summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-16 19:31:01 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-16 19:31:01 +0000
commit32b53d838c88b027e03b878187a8e309d5eb12ba (patch)
tree102580f2d5e7788ed7a5e7e98d0859ccc4f667a8 /gcc/ChangeLog
parent07ebd0918cf25bb1c655059560f0e61c126ce554 (diff)
downloadgcc-32b53d838c88b027e03b878187a8e309d5eb12ba.tar.gz
* emit-rtl.c (gen_rtx_REG): Temporarily turn off automatic
sharing of hard registers. * toplev.c (rest_of_compilation): Remove redundant conditional. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54672 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 61b694dc278..0dfb95c569e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -21,6 +21,11 @@
2002-06-16 Jeff Law <law@redhat.com>
+ * emit-rtl.c (gen_rtx_REG): Temporarily turn off automatic
+ sharing of hard registers.
+
+ * toplev.c (rest_of_compilation): Remove redundant conditional.
+
* toplev.c (rest_of_compilation): Perform a simpler, less costly
cleanup of the CFG when not optimizing.