diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2013-04-17 19:34:14 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2013-04-17 19:34:14 +0000 |
commit | bb52b0b918e2b357f195485db93943f7b212f423 (patch) | |
tree | 8855f51f2a118160ce040a83ec9202b621ac52b6 /gcc | |
parent | 3ccb989ed8ead8947202fdc14150ace1f2d6619f (diff) | |
download | gcc-bb52b0b918e2b357f195485db93943f7b212f423.zip gcc-bb52b0b918e2b357f195485db93943f7b212f423.tar.gz gcc-bb52b0b918e2b357f195485db93943f7b212f423.tar.bz2 |
fix previous commit, include reviewer request.
From-SVN: r198037
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/reorg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index 5a457e2..1bc73b0 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -502,8 +502,6 @@ emit_delay_sequence (rtx insn, rtx list, int length) INSN_LOCATION (seq_insn) = INSN_LOCATION (tem); INSN_LOCATION (tem) = 0; - /* Remove any REG_DEAD notes because we can't rely on them now - that the insn has been moved. */ for (note = REG_NOTES (tem); note; note = next) { next = XEXP (note, 1); |