]> git.ipfire.org Git - thirdparty/gcc.git/commit
simplify-rtx.c (simplify_relational_operation_1): Simplify (LTU (PLUS a C) C) or...
authorBernd Schmidt <bernd.schmidt@analog.com>
Tue, 31 Mar 2009 15:19:33 +0000 (15:19 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Tue, 31 Mar 2009 15:19:33 +0000 (15:19 +0000)
commit1d1eb80cf6d7d4ef999bc3a3024fd49aab88f92b
tree20349adba55f7efe9d61f97de733c2a776a6cf74
parent1569e19062140aa281bc0d08d1be4cf8d4a0e7bf
simplify-rtx.c (simplify_relational_operation_1): Simplify (LTU (PLUS a C) C) or (LTU (PLUS a C) a) to (GEU a -C)...

* simplify-rtx.c (simplify_relational_operation_1): Simplify
(LTU (PLUS a C) C) or (LTU (PLUS a C) a) to (GEU a -C); likewise with
GEU/LTU reversed.

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