diff options
author | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-03 17:50:20 +0000 |
---|---|---|
committer | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-03 17:50:20 +0000 |
commit | 238655ad9fa3d42fa74b87455a42b7c9140ccd6f (patch) | |
tree | 4a7a7311c4a8ff9f805d0ec3ab68350be39634b6 /gcc/reorg.c | |
parent | 714cc312da688a2e83c20629f83163cdd78040da (diff) | |
download | gcc-238655ad9fa3d42fa74b87455a42b7c9140ccd6f.tar.gz |
PR debug/33921
* reorg.c (emit_delay_sequence): Do not clear the locator on
the jump instruction.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129872 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index eccf40b5e61..51acaa3d2af 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -513,7 +513,6 @@ emit_delay_sequence (rtx insn, rtx list, int length) PREV_INSN (delay_insn) = PREV_INSN (seq_insn); INSN_LOCATOR (seq_insn) = INSN_LOCATOR (delay_insn); - INSN_LOCATOR (delay_insn) = 0; for (li = list; li; li = XEXP (li, 1), i++) { |