diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-16 19:31:01 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-16 19:31:01 +0000 |
commit | 32b53d838c88b027e03b878187a8e309d5eb12ba (patch) | |
tree | 102580f2d5e7788ed7a5e7e98d0859ccc4f667a8 /gcc/ChangeLog | |
parent | 07ebd0918cf25bb1c655059560f0e61c126ce554 (diff) | |
download | gcc-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/ChangeLog | 5 |
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. |