mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 08:30:29 +08:00
Fix typo in last edit.
From-SVN: r14417
This commit is contained in:
parent
79d06d29ad
commit
526039a098
@ -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))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user