Commit 37053d1f by J"orn Rennecke Committed by Joern Rennecke

* cse.c (insert_regs): Fix bug in Sep 24 change.

From-SVN: r22866
parent b707b450
Tue Oct 6 20:02:31 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* cse.c (insert_regs): Fix bug in Sep 24 change.
Tue Oct 6 17:00:42 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* flags.h (flag_dump_unnumbered): Declare.
......
......@@ -1113,7 +1113,7 @@ insert_regs (x, classp, modified)
will do the right thing. */
if (reg_in_table[regno] >= 0
&& reg_tick[regno] == reg_in_table[regno] + 1)
reg_tick++;
reg_tick[regno]++;
mention_regs (x);
return 1;
}
......
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