tree-vrp.c (compare_range_with_value): Return true or false for ~[VAL_1...
authorJames A. Morrison <phython@gcc.gnu.org>
Fri, 29 Jul 2005 15:22:07 +0000 (15:22 +0000)
committerJames A. Morrison <phython@gcc.gnu.org>
Fri, 29 Jul 2005 15:22:07 +0000 (15:22 +0000)
commitd2f3ffba9a32449f59973e11b846de08c2683583
treed9660d0e09f0dad3cad64576be6dbc0999cb14c1
parent9e4eb5598d347211a5a50b791bcbea863dfba49b
tree-vrp.c (compare_range_with_value): Return true or false for ~[VAL_1...

2005-07-29  James A. Morrison  <phython@gcc.gnu.org>

        * tree-vrp.c (compare_range_with_value): Return true or false
        for ~[VAL_1, VAL_2] OP VAL if VAL_1 <= VAL <= VAL_2 for NE_EXPR and
        EQ_EXPR respectively.

From-SVN: r102558
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/vrp19.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-ssa/vrp20.c [new file with mode: 0644]
gcc/tree-vrp.c