(set_nonzero_bits_and_sign_copies): Fix typo in paradoxical set dest handling.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 25 Feb 1993 19:38:30 +0000 (11:38 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 25 Feb 1993 19:38:30 +0000 (11:38 -0800)
From-SVN: r3532

gcc/combine.c

index 327ed6db3e25fb4b5dc1fbdc3e35bd3709848491..91a54f59c8a844b094428c5d109ec251222fd7c4 100644 (file)
@@ -659,8 +659,8 @@ set_nonzero_bits_and_sign_copies (x, set)
 
       if (SET_DEST (set) == x
          || (GET_CODE (SET_DEST (set)) == SUBREG
-             && (GET_MODE_SIZE (GET_MODE (SET_DEST (x)))
-                 > GET_MODE_SIZE (GET_MODE (SUBREG_REG (SET_DEST (x)))))
+             && (GET_MODE_SIZE (GET_MODE (SET_DEST (set)))
+                 > GET_MODE_SIZE (GET_MODE (SUBREG_REG (SET_DEST (set)))))
              && SUBREG_REG (SET_DEST (set)) == x))
        {
          reg_nonzero_bits[REGNO (x)]