Commit 0bae0184 by Richard Henderson

Revert unintended change to copy_loop_body.

From-SVN: r30148
parent ac606739
......@@ -1962,8 +1962,7 @@ copy_loop_body (copy_start, copy_end, map, exit_label, last_iteration,
/* Make split induction variable constants `permanent' since we
know there are no backward branches across iteration variable
settings which would invalidate this. */
if (dest_reg_was_split
&& (GET_CODE (pattern) == SET || GET_CODE (pattern) == USE))
if (dest_reg_was_split)
{
int regno = REGNO (SET_DEST (pattern));
......
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