OSDN Git Service

(force_to_mode): Fix typo in fix to last change.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Nov 1995 15:26:27 +0000 (15:26 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Nov 1995 15:26:27 +0000 (15:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10564 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/combine.c

index 630a16f..9d13e52 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;