Commit e309d4d2 by Richard Kenner

(can_combine_p): Even if SMALL_REGISTER_CLASSES, know lifetime not

extended if all_adjacent set.

From-SVN: r12789
parent 9255709c
......@@ -964,7 +964,7 @@ can_combine_p (insn, i3, pred, succ, pdest, psrc)
|| (REGNO (src) < FIRST_PSEUDO_REGISTER
&& (! HARD_REGNO_MODE_OK (REGNO (src), GET_MODE (src))
#ifdef SMALL_REGISTER_CLASSES
|| ! REG_USERVAR_P (src)
|| (! all_adjacent && ! REG_USERVAR_P (src))
#endif
))))
return 0;
......
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