aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1998-08-31 03:55:28 -0600
committerJeff Law <law@gcc.gnu.org>1998-08-31 03:55:28 -0600
commitf3b1700b59b889e9c5e8fc8ecfbcd2467c806997 (patch)
tree6e9670683f54e96af1d72c7e997b346e2dc6db2b /gcc
parentb96a5ea56c782a88e3b0b2fb0f51cf9e9d67226f (diff)
downloadgcc-f3b1700b59b889e9c5e8fc8ecfbcd2467c806997.zip
gcc-f3b1700b59b889e9c5e8fc8ecfbcd2467c806997.tar.gz
gcc-f3b1700b59b889e9c5e8fc8ecfbcd2467c806997.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cfd2784..4014fc2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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'.