diff options
author | Eric Christopher <echristo@gcc.gnu.org> | 2003-05-15 00:07:02 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2003-05-15 00:07:02 +0000 |
commit | 72531479fc2bf25c0de613b578812554aa7e7903 (patch) | |
tree | 02014eddaa4874b7cb344787b2802fdb288354cb /gcc/ChangeLog | |
parent | e43736ad2e9788b5b02a39f38413c5fe693cb6cb (diff) | |
download | gcc-72531479fc2bf25c0de613b578812554aa7e7903.zip gcc-72531479fc2bf25c0de613b578812554aa7e7903.tar.gz gcc-72531479fc2bf25c0de613b578812554aa7e7903.tar.bz2 |
combine.c: Fix header comments.
2003-05-14 Eric Christopher <echristo@redhat.com>
* combine.c: Fix header comments.
(distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
to all calls and prototype.
From-SVN: r66813
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 81d9028..f58515e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,13 @@ +2003-05-14 Eric Christopher <echristo@redhat.com> + + * combine.c: Fix header comments. + (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate + to all calls and prototype. + 2003-05-14 Roger Sayle <roger@eyesopen.com> PR optimization/10764 - * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3): + * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3): Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1). (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): Likewise, add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1). @@ -67,7 +73,7 @@ (libgcov.a): Depend on libgcc.a. (gcov.o, gcov-dump.o): Add gcov-io.c. * mklibgcc.in (libgcov_c_dep): Use $(srcdir). - + * loop.c (check_dbra_loop): Factor common test. 2003-05-14 Ben Elliston <bje@wasabisystems.com> |