* tree-ssa-propagate.c (set_rhs): Restructure validity tests as a
commitf2532264859701aa0768c8b00e61456ac9ab22a3
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Nov 2006 17:39:35 +0000 (8 17:39 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Nov 2006 17:39:35 +0000 (8 17:39 +0000)
treed5a3abe998fec0ea4665a0f7cb5687f9a693ae5f
parent41c555b54c5dc5fc2e27fd5c1cbb5c9b241e6dcf
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118593 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c
gcc/fold-const.c
gcc/tree-ssa-ccp.c
gcc/tree-ssa-propagate.c