2008-04-24 Rafael Espindola <espindola@google.com>
authorespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Apr 2008 09:48:41 +0000 (09:48 +0000)
committerespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Apr 2008 09:48:41 +0000 (09:48 +0000)
commitced5bc56a892f34678fa445d3921ca683e5a4b64
tree831bbe410099a9e9cd9808e14ec5ced2f9d783b4
parent06d44c0023d428f85e616b7dd0ddcc9b81e8cbb8
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134625 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-flow.h
gcc/tree-ssa-propagate.c
gcc/tree-vrp.c