mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 23:31:21 +08:00
(jump_optimize): Fix bug in Sep 23 change.
From-SVN: r13144
This commit is contained in:
parent
99fd40121f
commit
d8db81924a
@ -476,6 +476,7 @@ jump_optimize (f, cross_jump, noop_moves, after_regscan)
|
||||
code for it, but still can keep the note. */
|
||||
PATTERN (insn)
|
||||
= gen_rtx (USE, VOIDmode, XEXP (trial, 0));
|
||||
INSN_CODE (insn) = -1;
|
||||
/* Remove all reg notes but the REG_DEAD one. */
|
||||
REG_NOTES (insn) = trial;
|
||||
XEXP (trial, 1) = NULL_RTX;
|
||||
|
Loading…
x
Reference in New Issue
Block a user