aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cse.c')
-rw-r--r--gcc/cse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index ddb164d..8c0a666 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -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;
}