diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-05 10:41:27 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-05 10:41:27 +0000 |
commit | e5582c5cc4e7a7948b4620f24bc86d939090f4f6 (patch) | |
tree | 84242829927d10321448fbb1078ced9276267afc /gcc/ChangeLog | |
parent | 266198273393b6c897773ce84198575284b3738e (diff) | |
download | gcc-e5582c5cc4e7a7948b4620f24bc86d939090f4f6.tar.gz |
2004-03-05 Paolo Bonzini <bonzini@gnu.org>
* simplify-rtx.c (simplify_relational_operation): If
flag_wrapv is set, do not move terms between the two
side of a relational operator.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78962 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 00236182f83..723492a658a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2004-03-05 Paolo Bonzini <bonzini@gnu.org> + * simplify-rtx.c (simplify_relational_operation): If + flag_wrapv is set, do not move terms between the two + side of a relational operator. + +2004-03-05 Paolo Bonzini <bonzini@gnu.org> + * rtlanal.c: Include target.h and output.h (rtx_cost, address_cost, default_address_cost): Move from... * cse.c (rtx_cost, address_cost, default_address_cost): |