(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:
Richard Stallman 1993-01-10 01:39:14 +00:00
parent d10d74360e
commit 08fb99fa7d
1 changed files with 1 additions and 1 deletions

View File

@ -3606,7 +3606,7 @@ reload_as_needed (first, live_known)
if (reload_out[i] == XEXP (x, 0))
break;
if (i != n_reloads)
if (i == n_reloads)
forget_old_reloads_1 (XEXP (x, 0));
}
#endif