Commit 7f437481 by Richard Henderson Committed by Richard Henderson

* jump.c (squeeze_notes): Revert 2000-05-12 change.

From-SVN: r39582
parent b80253d7
2001-02-10 Richard Henderson <rth@redhat.com>
* jump.c (squeeze_notes): Revert 2000-05-12 change.
2001-02-10 Anthony Green <green@redhat.com> 2001-02-10 Anthony Green <green@redhat.com>
* cpp.texi (Standard Predefined): Add documentation for * cpp.texi (Standard Predefined): Add documentation for
......
...@@ -1321,10 +1321,10 @@ duplicate_loop_exit_test (loop_start) ...@@ -1321,10 +1321,10 @@ duplicate_loop_exit_test (loop_start)
} }
/* Move all block-beg, block-end, loop-beg, loop-cont, loop-vtop, loop-end, /* Move all block-beg, block-end, loop-beg, loop-cont, loop-vtop, loop-end,
eh-beg, eh-end notes between START and END out before START. Assume that notes between START and END out before START. Assume that END is not
END is not such a note. START may be such a note. Returns the value such a note. START may be such a note. Returns the value of the new
of the new starting insn, which may be different if the original start starting insn, which may be different if the original start was such a
was such a note. */ note. */
rtx rtx
squeeze_notes (start, end) squeeze_notes (start, end)
...@@ -1342,9 +1342,7 @@ squeeze_notes (start, end) ...@@ -1342,9 +1342,7 @@ squeeze_notes (start, end)
|| NOTE_LINE_NUMBER (insn) == NOTE_INSN_LOOP_BEG || NOTE_LINE_NUMBER (insn) == NOTE_INSN_LOOP_BEG
|| NOTE_LINE_NUMBER (insn) == NOTE_INSN_LOOP_END || NOTE_LINE_NUMBER (insn) == NOTE_INSN_LOOP_END
|| NOTE_LINE_NUMBER (insn) == NOTE_INSN_LOOP_CONT || NOTE_LINE_NUMBER (insn) == NOTE_INSN_LOOP_CONT
|| NOTE_LINE_NUMBER (insn) == NOTE_INSN_LOOP_VTOP || NOTE_LINE_NUMBER (insn) == NOTE_INSN_LOOP_VTOP))
|| NOTE_LINE_NUMBER (insn) == NOTE_INSN_EH_REGION_BEG
|| NOTE_LINE_NUMBER (insn) == NOTE_INSN_EH_REGION_END))
{ {
if (insn == start) if (insn == start)
start = next; start = next;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment