Fix thinko from last second true_dependence -> anti_dependence change.
From-SVN: r24738
This commit is contained in:
parent
2347364708
commit
063cd52287
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user