diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-04-09 21:45:15 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-04-09 21:45:15 -0600 |
commit | 5d90cd8ff35f5f714a88039f1c92058f14e5b532 (patch) | |
tree | 6f37a19673c92d9534890a84428cb085622b2d3b /gcc | |
parent | d14ff9bda2acd72c290a503e987fbae5a0f586fb (diff) | |
download | gcc-5d90cd8ff35f5f714a88039f1c92058f14e5b532.zip gcc-5d90cd8ff35f5f714a88039f1c92058f14e5b532.tar.gz gcc-5d90cd8ff35f5f714a88039f1c92058f14e5b532.tar.bz2 |
Fix thinko in last ChangeLog entry.
From-SVN: r26326
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aa9d5c0..6acde61 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -20,7 +20,7 @@ Sat Apr 10 03:50:12 1999 Jeffrey A Law (law@cygnus.com) value when local allocation has completed. (update_equiv_regs); If we create an equivalence for a LABEL_REF, set recorded_label_ref. - * toplev.c (rest_of_compilation): Run the loop optimizer after + * toplev.c (rest_of_compilation): Run the jump optimizer after register allocation and reloading if needed. Fri Apr 9 21:02:57 1999 Krister Walfridsson (cato@df.lth.se) |