final.c (SEEN_BB, [...]): Define.
authorDaniel Jacobowitz <drow@mvista.com>
Sat, 17 Jan 2004 22:11:58 +0000 (22:11 +0000)
committerDaniel Jacobowitz <drow@gcc.gnu.org>
Sat, 17 Jan 2004 22:11:58 +0000 (22:11 +0000)
commit589fe865e0e273a6694757ddd4bae1df884e6a6d
tree7de4afefa966b929d0319fac40149b2d67c66d26
parent59415997a39850db94ecb3b67ebda2390be45632
final.c (SEEN_BB, [...]): Define.

* 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.

From-SVN: r76060
gcc/ChangeLog
gcc/final.c
gcc/function.c
gcc/output.h