Commit c0029be5 by Bernd Schmidt Committed by Bernd Schmidt

Incorrect code gen fix in reload

From-SVN: r31240
parent cc6ecc6a
2000-01-05 Bernd Schmidt <bernds@cygnus.co.uk>
* reload1.c (choose_reload_regs): When disabling a reload, also
set reload_spill_index to -1.
2000-01-04 Joel Sherrill (joel@OARcorp.com>
* configure.in (m68*-*-rtemscoff*): New target, formal name for
......
......@@ -5673,6 +5673,7 @@ choose_reload_regs (chain)
clear_reload_reg_in_use (regno, rld[j].opnum,
rld[j].when_needed, rld[j].mode);
rld[j].reg_rtx = 0;
reload_spill_index[j] = -1;
}
/* Record which pseudos and which spill regs have output reloads. */
......
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