(reload_as_needed): Test for whether to call
forget_old_reloads_1 for a REG_INC note was backwards. From-SVN: r3177
This commit is contained in:
parent
d10d74360e
commit
08fb99fa7d
@ -3606,7 +3606,7 @@ reload_as_needed (first, live_known)
|
|||||||
if (reload_out[i] == XEXP (x, 0))
|
if (reload_out[i] == XEXP (x, 0))
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if (i != n_reloads)
|
if (i == n_reloads)
|
||||||
forget_old_reloads_1 (XEXP (x, 0));
|
forget_old_reloads_1 (XEXP (x, 0));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user