From bb52b0b918e2b357f195485db93943f7b212f423 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Wed, 17 Apr 2013 19:34:14 +0000 Subject: [PATCH] fix previous commit, include reviewer request. From-SVN: r198037 --- gcc/reorg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/reorg.c b/gcc/reorg.c index 5a457e2c8e5..1bc73b04d09 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); -- 2.30.2