diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-16 09:24:19 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-16 09:24:19 +0000 |
commit | 6516cbaf99a6995c85f582bfb8dbf6cd842cd21f (patch) | |
tree | 0e7e58e483b53cd800360158ace182ae3de997f6 /gcc/ChangeLog | |
parent | 9596685ad56da0abea7f2055059b8d3492d62e5e (diff) | |
download | gcc-6516cbaf99a6995c85f582bfb8dbf6cd842cd21f.tar.gz |
2005-12-16 Paolo Bonzini <bonzini@gnu.org>
* combine.c (combine_simplify_rtx <case NOT, NEG, TRUNCATE,
FLOAT_TRUNCATE, FLOAT_EXTEND, PLUS, MINUS, AND, IOR, XOR,
ABS, VEC_SELECT, POPCOUNT, PARITY, FFS, FLOAT>,
simplify_logical): Move simplifications that do not require
additional infrastructure...
* simplify-rtx.c (simplify_unary_operation_1,
simplify_binary_operation_1): ... here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108634 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c7dfd88bad7..bfa1e941d70 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2005-12-16 Paolo Bonzini <bonzini@gnu.org> + + * combine.c (combine_simplify_rtx <case NOT, NEG, TRUNCATE, + FLOAT_TRUNCATE, FLOAT_EXTEND, PLUS, MINUS, AND, IOR, XOR, + ABS, VEC_SELECT, POPCOUNT, PARITY, FFS, FLOAT>, + simplify_logical): Move simplifications that do not require + additional infrastructure... + * simplify-rtx.c (simplify_unary_operation_1, + simplify_binary_operation_1): ... here. + 2005-12-16 Andreas Krebbel <krebbel1@de.ibm.com> PR 24823 |