aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-11-17 12:45:29 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-11-17 12:45:29 -0500
commit02df8aba6bde18e7f00a579d304154e28105d912 (patch)
treeb7833a714edb37dced139e4506c610748d5ec78c /gcc/flow.c
parentcf1003b3b52365e4b184b530f0b43512f8fb5045 (diff)
downloadgcc-02df8aba6bde18e7f00a579d304154e28105d912.zip
gcc-02df8aba6bde18e7f00a579d304154e28105d912.tar.gz
gcc-02df8aba6bde18e7f00a579d304154e28105d912.tar.bz2
(find_auto_inc): Insert missing "return" statement.
From-SVN: r8480
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index b15817c..e38aceb 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -2266,6 +2266,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