diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-10 07:30:16 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-10 07:30:16 +0000 |
commit | ecd7bb6838c3e158ce1d45ed12b8dda512f368bf (patch) | |
tree | d935db8207d63d42c6ee9905193bb02d1356dfd1 /gcc/ChangeLog | |
parent | 0310b09477b04782405e71a27f94e5b0151cc8f2 (diff) | |
download | gcc-ecd7bb6838c3e158ce1d45ed12b8dda512f368bf.tar.gz |
* simplify-rtx.c (simplify_relational_operation_1): For recent
canonicalization, don't recurse if op1 equals both PLUS arguments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128323 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 0a493c19e41..a16c4140c16 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-09-10 Hans-Peter Nilsson <hp@axis.com> + + * simplify-rtx.c (simplify_relational_operation_1): For recent + canonicalization, don't recurse if op1 equals both PLUS arguments. + 2007-09-09 David Daney <ddaney@avtrex.com> * optabs.c (expand_sync_operation): Use plus insn if minus |