From: steven Date: Wed, 17 Apr 2013 19:34:14 +0000 (+0000) Subject: fix previous commit, include reviewer request. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79988c732d7da04a6e5ed2d58cf7423c1b025d99;p=thirdparty%2Fgcc.git fix previous commit, include reviewer request. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198037 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/reorg.c b/gcc/reorg.c index 5a457e2c8e54..1bc73b04d09f 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);