diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-12 01:29:21 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-12 01:29:21 +0000 |
commit | e805a0b5816199022d3a8b02a1c608b369ec3670 (patch) | |
tree | 94e139a172be90d8bc489673c65732b9c68dacbc /gcc/ChangeLog | |
parent | 9063fcc8299de90965de2c5efe4ece3cb2e3dc03 (diff) | |
download | gcc-e805a0b5816199022d3a8b02a1c608b369ec3670.tar.gz |
* optabs.c (expand_binop): Minor cleanup.
(expand_twoval_binop): Convert CONST_INTs like in expand_binop.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57046 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 07a8622684a..200f20f64fe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-09-09 Eric Botcazou ebotcazou@libertysurf.fr + + * optabs.c (expand_binop): Minor cleanup. + (expand_twoval_binop): Convert CONST_INTs like in expand_binop. + 2002-09-11 Dan Nicolaescu <dann@ics.uci.edu> * print-tree.c (print_node): Print the restrict qualifier. |