tree-flow.h (vrp_evaluate_conditional): Change signature.
commite80d7580e746c0d984bf35968b97b7b88f328e00
authorRafael Avila de Espindola <espindola@google.com>
Thu, 24 Apr 2008 09:48:41 +0000 (24 09:48 +0000)
committerRafael Espindola <espindola@gcc.gnu.org>
Thu, 24 Apr 2008 09:48:41 +0000 (24 09:48 +0000)
tree831bbe410099a9e9cd9808e14ec5ced2f9d783b4
parent0e37a1c243896f03ad5fbfd4d3306802e20bc564
tree-flow.h (vrp_evaluate_conditional): Change signature.

2008-04-24  Rafael Espindola  <espindola@google.com>

* tree-flow.h (vrp_evaluate_conditional): Change signature.
* tree-ssa-propagate.c (fold_predicate_in): Update call to
vrp_evaluate_conditional.
* tree-vrp.c (vrp_evaluate_conditional_warnv): Remove.
        (vrp_evaluate_conditional): Split the cond argument.
        (vrp_visit_cond_stmt): Use vrp_evaluate_conditional_warnv_with_ops.
        (simplify_stmt_for_jump_threading): Update call to
vrp_evaluate_conditional.

From-SVN: r134625
gcc/ChangeLog
gcc/tree-flow.h
gcc/tree-ssa-propagate.c
gcc/tree-vrp.c