summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-26 00:21:27 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-26 00:21:27 +0000
commit3ec75256a55ef86fdcc69ce740e277eda68f4462 (patch)
treea8e4b386012b812294eceb6f1f915f256cbe6217 /gcc/ChangeLog
parentf69ce68ff638e07cf0699873a5663c0c653d9965 (diff)
downloadgcc-3ec75256a55ef86fdcc69ce740e277eda68f4462.tar.gz
* rtlanal.c (regs_set_between_p): New function.
* rtl.h (regs_set_between_p): Prototype it. * jump.c (jump_optimize): Use it instead of modified_between_p in the Sep 2 change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23888 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e206ac6ae25..e1093ca49ef 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+Thu Nov 26 00:19:19 1998 Richard Henderson <rth@cygnus.com>
+
+ * rtlanal.c (regs_set_between_p): New function.
+ * rtl.h (regs_set_between_p): Prototype it.
+ * jump.c (jump_optimize): Use it instead of modified_between_p
+ in the Sep 2 change.
+
Wed Nov 25 23:32:02 1998 Ian Dall <Ian.Dall@dsto.defence.gov.au>
Matthias Pfaller <leo@dachau.marco.de>