(force_to_mode): Fix typo in fix to last change.
authorDoug Evans <dje@gnu.org>
Mon, 6 Nov 1995 15:26:27 +0000 (15:26 +0000)
committerDoug Evans <dje@gnu.org>
Mon, 6 Nov 1995 15:26:27 +0000 (15:26 +0000)
From-SVN: r10564

gcc/combine.c

index 630a16f736cf9e2d17f1fed6dae1c878acd0d53c..9d13e52b0dc5b3062080bd4a23aefd8f6ec14414 100644 (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_BITSIZE (GET_MODE (x)) > HOST_BITS_PER_WIDE_INT))
+         if (GET_MODE_BITSIZE (GET_MODE (x)) > HOST_BITS_PER_WIDE_INT)
            {
              nonzero = ~(HOST_WIDE_INT)0;