]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-propagate.c (set_rhs): Restructure validity tests as a test for inclusion...
authorRoger Sayle <roger@eyesopen.com>
Wed, 8 Nov 2006 17:39:35 +0000 (17:39 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Wed, 8 Nov 2006 17:39:35 +0000 (17:39 +0000)
commit5cdc4a2674ba9be28278e536a46c9f09c903cbee
treed5a3abe998fec0ea4665a0f7cb5687f9a693ae5f
parentc794c06fef9e079ecdd14bae8ceb3d9046771979
tree-ssa-propagate.c (set_rhs): Restructure validity tests as a test for inclusion rather than as a test for...

* tree-ssa-propagate.c (set_rhs): Restructure validity tests as a
test for inclusion rather than as a test for exclusion.
* tree-ssa-ccp.c (fold_stmt_r) <COND_EXPR>: Use set_rhs to modify
the condition after calling fold_binary.
* fold-const.c (fold_inf_compare): Remove in_gimple_form check.
(fold_binary) <LT_EXPR, GT_EXPR, LE_EXPR, GE_EXPR>: Likewise.
* builtins.c (fold_builtin_isascii): Likewise.
(fold_builtin_isdigit): Likewise.

From-SVN: r118593
gcc/ChangeLog
gcc/builtins.c
gcc/fold-const.c
gcc/tree-ssa-ccp.c
gcc/tree-ssa-propagate.c