OSDN Git Service

PR debug/33921
authordrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Nov 2007 17:50:20 +0000 (17:50 +0000)
committerdrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Nov 2007 17:50:20 +0000 (17:50 +0000)
* 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

gcc/ChangeLog
gcc/reorg.c

index 4f1b10a..c78cf43 100644 (file)
@@ -1,3 +1,9 @@
+2007-11-03  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       PR debug/33921
+       * reorg.c (emit_delay_sequence): Do not clear the locator on
+       the jump instruction.
+
 2007-11-03  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/33670
index eccf40b..51acaa3 100644 (file)
@@ -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++)
     {