From: Richard Henderson Date: Mon, 31 Aug 1998 09:55:28 +0000 (-0600) Subject: print-rtl.c (print_rtx): NOTE_INSN_LIVE has an rtx not a bitmap. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3b1700b59b889e9c5e8fc8ecfbcd2467c806997;p=gcc.git 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: r22125 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cfd278455c8..4014fc28af3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +Mon Aug 31 10:54:03 1998 Richard Henderson + + * 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 * sparc.c (TMASK, UMASK): Use `(unsigned)1' not `1U'.