(force_to_mode): Put in last change properl.

From-SVN: r10555
This commit is contained in:
Richard Kenner 1995-11-05 10:57:20 -05:00
parent 859d9ce43f
commit 8cb3db079c
1 changed files with 1 additions and 1 deletions

View File

@ -6039,7 +6039,7 @@ force_to_mode (x, mode, mask, reg, just_select)
represent a mask for all its bits in a single scalar.
But we only care about the lower bits, so calculate these. */
if (GET_MODE_SIZE (GET_MODE (x)) > sizeof (HOST_WIDE_INT))
if (GET_MODE_BITSIZE (GET_MODE (x)) > HOST_BITS_PER_WIDE_INT))
{
nonzero = ~(HOST_WIDE_INT)0;