* simplify-rtx.c (simplify_relational_operation_1): Simplify
commitd2cb78ca7b60bd3c3e4b7febdae2ee3f0c9ea70d
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Mar 2009 15:19:33 +0000 (31 15:19 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Mar 2009 15:19:33 +0000 (31 15:19 +0000)
tree20349adba55f7efe9d61f97de733c2a776a6cf74
parent7f7a6f4a129b77b67da8db39c088223443fd8d23
* 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.

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