summaryrefslogtreecommitdiff
path: root/gcc/reorg.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2013-04-17 19:34:14 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2013-04-17 19:34:14 +0000
commit79988c732d7da04a6e5ed2d58cf7423c1b025d99 (patch)
tree8855f51f2a118160ce040a83ec9202b621ac52b6 /gcc/reorg.c
parent34f5b9ac205770850324c0536dca3eb377ad69b2 (diff)
downloadgcc-79988c732d7da04a6e5ed2d58cf7423c1b025d99.tar.gz
fix previous commit, include reviewer request.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198037 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r--gcc/reorg.c2
1 files changed, 0 insertions, 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);