Commit 2fb5435a by Jeff Law

Fix dumb thinko.

From-SVN: r23181
parent 51d87cd9
......@@ -840,9 +840,9 @@ scan_loop (loop_start, end, unroll_p, bct_p)
else if (/* The set is not guaranteed to be executed one
the loop starts, or the value before the set is
needed before the set occurs... */
&& (maybe_never
|| loop_reg_used_before_p (set, p, loop_start,
scan_start, end))
(maybe_never
|| loop_reg_used_before_p (set, p, loop_start,
scan_start, end))
/* And the register is used in basic blocks other
than the one where it is set (meaning that
something after this point in the loop might
......
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