Commit d448e3e9 by Richard Henderson Committed by Richard Henderson

caller-save.c (save_call_clobbered_regs): Fix typo in comparison last change.

        * caller-save.c (save_call_clobbered_regs): Fix typo in
        comparison last change.

From-SVN: r40136
parent 5e3cbe0b
2001-02-28 Richard Henderson <rth@redhat.com>
* caller-save.c (save_call_clobbered_regs): Fix typo in
comparison last change.
Wed Feb 28 19:31:42 CET 2001 Jan Hubicka <jh@suse.cz> Wed Feb 28 19:31:42 CET 2001 Jan Hubicka <jh@suse.cz>
* i386.c (pentium4_cost): New. * i386.c (pentium4_cost): New.
......
...@@ -417,7 +417,7 @@ save_call_clobbered_regs () ...@@ -417,7 +417,7 @@ save_call_clobbered_regs ()
int r = reg_renumber[regno]; int r = reg_renumber[regno];
int nregs; int nregs;
if (r > 0) if (r >= 0)
{ {
enum machine_mode mode; enum machine_mode mode;
......
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