OSDN Git Service

* combine.c (combine_simplify_rtx): Move several NOT and NEG
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Sep 2003 13:01:32 +0000 (13:01 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Sep 2003 13:01:32 +0000 (13:01 +0000)
commit59552f94b07e46e0361258f95d1a5fc45045457e
tree3516ba9797f7857f75fb34c6f849795688a48c04
parentbac5e59f324fd298930ec376e9164aa8d3ed7cb1
* combine.c (combine_simplify_rtx): Move several NOT and NEG
optimizations from here...
* simplify-rtx.c (simplify_unary_operation): to here.  Recursively
simplify expressions using simplify_gen_*ary instead of gen_rtx_*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71300 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine.c
gcc/simplify-rtx.c