diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2001-02-28 17:52:30 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2001-02-28 17:52:30 +0000 |
commit | 6f45f005917d5c1d3223a437584b4fd66751a39c (patch) | |
tree | 5e93bdd048806087945b32bc9df4c14e394fa99b | |
parent | c679d0489a8811245faa60389a4881cf94669015 (diff) | |
download | gcc-6f45f005917d5c1d3223a437584b4fd66751a39c.zip gcc-6f45f005917d5c1d3223a437584b4fd66751a39c.tar.gz gcc-6f45f005917d5c1d3223a437584b4fd66751a39c.tar.bz2 |
toplev.c (rest_of_compilation): Do post-reload splitting unconditionally for STACK_REGS
* toplev.c (rest_of_compilation): Do post-reload splitting unconditionally
for STACK_REGS
From-SVN: r40128
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 89f7af6..1112b2a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 28 18:50:15 CET 2001 Jan Hubicka <jh@suse.cz> + + * toplev.c (rest_of_compilation): Do post-reload splitting unconditionally + for STACK_REGS + Wed Feb 28 18:47:37 CET 2001 Jan Hubicka <jh@suse.cz> * i386.md (sse_andti3, sse_nandti_3, sse_xorti3): Add SSE2 versions; |