vrp20.c
545 Bytes
- 
tree-vrp.c (compare_range_with_value): Return true or false for ~[VAL_1... · d2f3ffba
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: r102558James A. Morrison committed