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)
while (temp)
{
if (anti_dependence (XEXP (temp, 0), GET_MODE (x),
x, rtx_addr_varies_p))
if (anti_dependence (XEXP (temp, 0), x))
{
/* Splice temp out of the list. */
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