Commit 2dd4cace by Richard Kenner

(flow_analysis): Fix typo in last change.

From-SVN: r12295
parent 85ab4aaa
......@@ -359,7 +359,7 @@ flow_analysis (f, nregs, file)
|| prev_code == BARRIER)))
i++;
if (code == CALL_INSN && ! find_reg_note (insn, REG_RETVAL, NULL_RTX))
if (code == CALL_INSN && find_reg_note (insn, REG_RETVAL, NULL_RTX))
code = INSN;
if (code != NOTE)
......
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