Commit 063cd522 by Jeff Law

Fix thinko from last second true_dependence -> anti_dependence change.

From-SVN: r24738
parent 23473647
...@@ -2741,8 +2741,7 @@ mark_used_regs (needed, live, x, final, insn) ...@@ -2741,8 +2741,7 @@ mark_used_regs (needed, live, x, final, insn)
while (temp) while (temp)
{ {
if (anti_dependence (XEXP (temp, 0), GET_MODE (x), if (anti_dependence (XEXP (temp, 0), x))
x, rtx_addr_varies_p))
{ {
/* Splice temp out of the list. */ /* Splice temp out of the list. */
if (prev) if (prev)
......
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