Commit 60654f77 by Richard Kenner

*** empty log message ***

From-SVN: r1589
parent 9b0995aa
...@@ -1488,6 +1488,7 @@ try_combine (i3, i2, i1) ...@@ -1488,6 +1488,7 @@ try_combine (i3, i2, i1)
we can change its mode. */ we can change its mode. */
if (GET_MODE (SET_DEST (newpat)) != GET_MODE (i2dest) if (GET_MODE (SET_DEST (newpat)) != GET_MODE (i2dest)
&& GET_MODE (SET_DEST (newpat)) != VOIDmode && GET_MODE (SET_DEST (newpat)) != VOIDmode
&& GET_CODE (i2dest) == REG
&& (REGNO (i2dest) < FIRST_PSEUDO_REGISTER && (REGNO (i2dest) < FIRST_PSEUDO_REGISTER
|| (reg_n_sets[REGNO (i2dest)] == 1 && ! added_sets_2 || (reg_n_sets[REGNO (i2dest)] == 1 && ! added_sets_2
&& ! REG_USERVAR_P (i2dest)))) && ! REG_USERVAR_P (i2dest))))
......
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