(update_equiv_regs): Fix error in last change.
From-SVN: r13622
This commit is contained in:
parent
e99d659221
commit
9956bfc058
@ -1182,12 +1182,11 @@ update_equiv_regs ()
|
|||||||
&& GET_CODE (insn) == INSN
|
&& GET_CODE (insn) == INSN
|
||||||
&& reg_basic_block[regno] < 0)
|
&& reg_basic_block[regno] < 0)
|
||||||
{
|
{
|
||||||
int l, offset, bit;
|
int l, offset;
|
||||||
|
REGSET_ELT_TYPE bit;
|
||||||
|
|
||||||
emit_insn_before (copy_rtx (PATTERN (equiv_insn)),
|
emit_insn_before (copy_rtx (PATTERN (equiv_insn)), insn);
|
||||||
insn);
|
REG_NOTES (PREV_INSN (insn)) = REG_NOTES (equiv_insn);
|
||||||
REG_NOTES (PREV_INSN (insn)) =
|
|
||||||
REG_NOTES (equiv_insn);
|
|
||||||
|
|
||||||
PUT_CODE (equiv_insn, NOTE);
|
PUT_CODE (equiv_insn, NOTE);
|
||||||
NOTE_LINE_NUMBER (equiv_insn) = NOTE_INSN_DELETED;
|
NOTE_LINE_NUMBER (equiv_insn) = NOTE_INSN_DELETED;
|
||||||
|
Loading…
Reference in New Issue
Block a user