aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cc_int/flow.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/cc_int/flow.c')
-rw-r--r--gnu/usr.bin/cc/cc_int/flow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_int/flow.c b/gnu/usr.bin/cc/cc_int/flow.c
index b0245f8c9497..2127a0705dca 100644
--- a/gnu/usr.bin/cc/cc_int/flow.c
+++ b/gnu/usr.bin/cc/cc_int/flow.c
@@ -2192,6 +2192,8 @@ find_auto_inc (needed, x, insn)
if (GET_CODE (temp) == CALL_INSN)
reg_n_calls_crossed[regno]++;
}
+ else
+ return;
/* If we haven't returned, it means we were able to make the
auto-inc, so update the status. First, record that this insn