Commit 705c7b3b by Jim Wilson

(set_nonzero_bits_and_sign_copies): Fix typo in paradoxical set dest handling.

From-SVN: r3532
parent ff869079
...@@ -659,8 +659,8 @@ set_nonzero_bits_and_sign_copies (x, set) ...@@ -659,8 +659,8 @@ set_nonzero_bits_and_sign_copies (x, set)
if (SET_DEST (set) == x if (SET_DEST (set) == x
|| (GET_CODE (SET_DEST (set)) == SUBREG || (GET_CODE (SET_DEST (set)) == SUBREG
&& (GET_MODE_SIZE (GET_MODE (SET_DEST (x))) && (GET_MODE_SIZE (GET_MODE (SET_DEST (set)))
> GET_MODE_SIZE (GET_MODE (SUBREG_REG (SET_DEST (x))))) > GET_MODE_SIZE (GET_MODE (SUBREG_REG (SET_DEST (set)))))
&& SUBREG_REG (SET_DEST (set)) == x)) && SUBREG_REG (SET_DEST (set)) == x))
{ {
reg_nonzero_bits[REGNO (x)] reg_nonzero_bits[REGNO (x)]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment