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:28 +0000 (03:55 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 31 Aug 1998 09:55:28 +0000 (03:55 -0600)
(
        * 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: r22125

gcc/ChangeLog

index cfd278455c8fbd1938d7b20dee1e3df746e4bcc3..4014fc28af305800222ab591cae53b3eb933a759 100644 (file)
@@ -1,3 +1,10 @@
+Mon Aug 31 10:54:03 1998  Richard Henderson  <rth@cygnus.com>
+
+       * 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.
+
 Mon Aug 31 10:18:52 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * sparc.c (TMASK, UMASK): Use `(unsigned)1' not `1U'.