From: Steven Bosscher Date: Wed, 17 Apr 2013 19:34:14 +0000 (+0000) Subject: fix previous commit, include reviewer request. X-Git-Tag: releases/gcc-4.9.0~6391 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb52b0b918e2b357f195485db93943f7b212f423;p=thirdparty%2Fgcc.git fix previous commit, include reviewer request. From-SVN: r198037 --- 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);