Commit 526039a0 by Richard Kenner

Fix typo in last edit.

From-SVN: r14417
parent 79d06d29
......@@ -521,7 +521,7 @@ stupid_mark_refs (x, insn)
behavior (e.g., it not causing an output reload on
an insn setting CC) will operate correctly. */
if (GET_CODE (SET_DEST (x)) == REG
&&& REGNO_FIRST_UID (regno) == INSN_UID (insn)
&& REGNO_FIRST_UID (regno) == INSN_UID (insn)
&& REGNO_LAST_UID (regno) == INSN_UID (insn)
&& (code == CLOBBER || ! reg_mentioned_p (SET_DEST (x),
SET_SRC (x))))
......
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