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

From-SVN: r3532
This commit is contained in:
Jim Wilson 1993-02-25 11:38:30 -08:00
parent ff86907911
commit 705c7b3b55
1 changed files with 2 additions and 2 deletions

View 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)]