diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-10-31 12:44:15 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-10-31 12:44:15 -0700 |
commit | 27ff8c004ef2c04fc5fac58c1dd43f8c522fc832 (patch) | |
tree | 6248d4e4db7b315332838c381344f369728349d3 | |
parent | 18f3f864d38d18ffbdfdbc2e7f3c75b06d101565 (diff) | |
download | gcc-27ff8c004ef2c04fc5fac58c1dd43f8c522fc832.zip gcc-27ff8c004ef2c04fc5fac58c1dd43f8c522fc832.tar.gz gcc-27ff8c004ef2c04fc5fac58c1dd43f8c522fc832.tar.bz2 |
toplev.c (rest_of_compilation): No longer set reload_completed.
H
* toplev.c (rest_of_compilation): No longer set reload_completed.
* reload1.c (reload): Set it here. Perform instruction splitting
after reload has completed if we will be running the scheduler
again.
From-SVN: r23476
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4b89ef3..fe6c9a3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +Sat Oct 31 20:39:35 1998 Jeffrey A Law (law@cygnus.com) + + * toplev.c (rest_of_compilation): No longer set reload_completed. + * reload1.c (reload): Set it here. Perform instruction splitting + after reload has completed if we will be running the scheduler + again. + Sat Oct 31 12:30:02 1998 Jeffrey A Law (law@cygnus.com) * jump.c (jump_optimize): Initialize mappings from INSN_UID to |