tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges): Break out from ...
authorJan Hubicka <jh@suse.cz>
Thu, 4 Sep 2008 10:34:35 +0000 (12:34 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 4 Sep 2008 10:34:35 +0000 (10:34 +0000)
commit6b99f156a9c1d2b1d77cd81cdcae13da6c6791da
treedce5c124c42879e1ded5e37490c29e649142d3f5
parent4db15d75ec50a9eb20ebd8fa95a1fda5c7a635e3
tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges): Break out from ...

* tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges):
Break out from ...
(vrp_evaluate_conditional_warnv_with_ops): ... this one.  Add
using_ranges argument.
(vrp_evaluate_conditional): Avoid bogus warning for type range.
(vrp_visit_cond_stmt): Update call of
vrp_evaluate_conditional_warnv_with_ops

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