]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-vrp.c (compare_values): Short circuit INTEGER_CST...
authorJan Hubicka <jh@suse.cz>
Thu, 7 Dec 2006 12:54:09 +0000 (13:54 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 7 Dec 2006 12:54:09 +0000 (12:54 +0000)
commit5daffcc76eab6e3b4519fbc9aa8af59ff70d6ef0
tree0497c34bbec6df88f11ebc345173a927e791df5f
parent58f76679659f6d1e107bf9d2072a2f7bca63c763
tree-vrp.c (compare_values): Short circuit INTEGER_CST...

* tree-vrp.c (compare_values): Short circuit INTEGER_CST;
use fold_constant_to_binary; tolerate wrong type constants.
(value_intersect_p): Do just two tests.

From-SVN: r119619
gcc/ChangeLog
gcc/tree-vrp.c