(operand_subword): Fix typo: HOST_BITS_PER_INT should be

HOST_BITS_PER_WIDE_INT.

From-SVN: r8360
This commit is contained in:
Richard Kenner 1994-10-29 21:16:22 -04:00
parent ea943e1d05
commit 0cf214a057
1 changed files with 1 additions and 1 deletions

View File

@ -1176,7 +1176,7 @@ operand_subword (op, i, validate_address, mode)
if (GET_MODE_CLASS (mode) != MODE_INT
|| (GET_CODE (op) != CONST_INT && GET_CODE (op) != CONST_DOUBLE)
|| BITS_PER_WORD > HOST_BITS_PER_INT)
|| BITS_PER_WORD > HOST_BITS_PER_WIDE_INT)
return 0;
if (WORDS_BIG_ENDIAN)