* 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
+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
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++)
{