Commit 02df8aba by Richard Kenner

(find_auto_inc): Insert missing "return" statement.

From-SVN: r8480
parent cf1003b3
......@@ -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
......
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