(convert_move): Make copy of operands for REG_EQUAL note to avoid sharing RTL if called later than RTL generation...
(convert_move): Make copy of operands for REG_EQUAL note to avoid sharing RTL if called later than RTL generation, though probably not called after RTL generation. From-SVN: r4339
This commit is contained in:
parent
a32fbc1558
commit
2abec1b739
@ -862,7 +862,7 @@ convert_move (to, from, unsignedp)
|
|||||||
end_sequence ();
|
end_sequence ();
|
||||||
|
|
||||||
emit_no_conflict_block (insns, to, from, NULL_RTX,
|
emit_no_conflict_block (insns, to, from, NULL_RTX,
|
||||||
gen_rtx (equiv_code, to_mode, from));
|
gen_rtx (equiv_code, to_mode, copy_rtx (from)));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user