diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-02-25 11:38:30 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-02-25 11:38:30 -0800 |
commit | 705c7b3b55a14725b1c507057a92caac6ffa3d4a (patch) | |
tree | c76237db9177895fd7f6a1484436a1d9b2d6202e /gcc | |
parent | ff8690791147193647ab88f2ad2af37be41e24cb (diff) | |
download | gcc-705c7b3b55a14725b1c507057a92caac6ffa3d4a.zip gcc-705c7b3b55a14725b1c507057a92caac6ffa3d4a.tar.gz gcc-705c7b3b55a14725b1c507057a92caac6ffa3d4a.tar.bz2 |
(set_nonzero_bits_and_sign_copies): Fix typo in paradoxical set dest handling.
From-SVN: r3532
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/combine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index 327ed6d..91a54f5 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -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)] |