]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fix previous commit, include reviewer request.
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Apr 2013 19:34:14 +0000 (19:34 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Apr 2013 19:34:14 +0000 (19:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198037 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/reorg.c

index 5a457e2c8e54bd8ec6466afb2a1f5b6eca0b6556..1bc73b04d09f4d642f764f1c221e6eeb7475c263 100644 (file)
@@ -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);