]> git.ipfire.org Git - thirdparty/gcc.git/commit
simplify-rtx.c (simplify_binary_operation): Replace calls to gen_rtx_NEG and gen_rtx_...
authorRoger Sayle <roger@eyesopen.com>
Tue, 12 Aug 2003 01:46:54 +0000 (01:46 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 12 Aug 2003 01:46:54 +0000 (01:46 +0000)
commitae351e1ea105b58f8249fac58d05059512877dac
treee32919613522bf01d8e4dab1fa0f97713c6ea96f
parent11017cc737b10f7eb7544ae55a340584d22fb9a8
simplify-rtx.c (simplify_binary_operation): Replace calls to gen_rtx_NEG and gen_rtx_NOT with calls to simplify_gen_unary...

* simplify-rtx.c (simplify_binary_operation): Replace calls to
gen_rtx_NEG and gen_rtx_NOT with calls to simplify_gen_unary,
and calls to gen_rtx_PLUS, gen_rtx_MULT, gen_rtx_LSHIFTRT,
gen_rtx_ASHIFT and gen_rtx_AND with calls to simplify_gen_binary.

From-SVN: r70350
gcc/ChangeLog
gcc/simplify-rtx.c