* final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
commite69efecb72b8d04781f939b2dabb071b17b6cb61
authordrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jan 2004 22:11:58 +0000 (17 22:11 +0000)
committerdrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jan 2004 22:11:58 +0000 (17 22:11 +0000)
tree7de4afefa966b929d0319fac40149b2d67c66d26
parent180e93cf98c06e263807203dd8ceaae184a78281
* final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
(final_scan_insn): Update to take an additional SEEN argument.  Emit
a line note after the prologue.  Make static.
(line_note_exists): Remove.
(final): Don't initialize line_note_exists.  Update call to
final_scan_insn.
* output.h (final_scan_insn): Remove prologue.
* function.c (set_insn_locators): Update comment.
(thread_prologue_and_epilogue_insns): Add a comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76060 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/final.c
gcc/function.c
gcc/output.h