(find_auto_inc): Insert missing "return" statement.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 17 Nov 1994 17:45:29 +0000 (12:45 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 17 Nov 1994 17:45:29 +0000 (12:45 -0500)
From-SVN: r8480

gcc/flow.c

index b15817c..e38aceb 100644 (file)
@@ -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