print-rtl.c (print_rtx): NOTE_INSN_LIVE has an rtx not a bitmap.
authorRichard Henderson <rth@cygnus.com>
Mon, 31 Aug 1998 09:55:30 +0000 (03:55 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 31 Aug 1998 09:55:30 +0000 (03:55 -0600)
commitda2ec29a6cd37cace754777558eb3deb0d9f06e6
tree9e886c4b19e40538e3729b82c2f8766fd5be7fa8
parentf3b1700b59b889e9c5e8fc8ecfbcd2467c806997
print-rtl.c (print_rtx): NOTE_INSN_LIVE has an rtx not a bitmap.


        * print-rtl.c (print_rtx): NOTE_INSN_LIVE has an rtx not a bitmap.
        * haifa-sched.c (sched_analyze): Handle NOTE_INSN_RANGE_START
        and NOTE_INSN_RANGE_END specially.
        (reemit_notes): Likewise.

From-SVN: r22126
gcc/print-rtl.c