aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorRafael Avila de Espindola <espindola@google.com>2008-04-24 09:48:41 +0000
committerRafael Espindola <espindola@gcc.gnu.org>2008-04-24 09:48:41 +0000
commite80d7580e746c0d984bf35968b97b7b88f328e00 (patch)
tree831bbe410099a9e9cd9808e14ec5ced2f9d783b4 /gcc/tree-flow.h
parent0e37a1c243896f03ad5fbfd4d3306802e20bc564 (diff)
downloadgcc-e80d7580e746c0d984bf35968b97b7b88f328e00.zip
gcc-e80d7580e746c0d984bf35968b97b7b88f328e00.tar.gz
gcc-e80d7580e746c0d984bf35968b97b7b88f328e00.tar.bz2
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
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index 03d1ba5..f26181f 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -944,7 +944,7 @@ tree get_symbol_constant_value (tree);
tree fold_const_aggregate_ref (tree);
/* In tree-vrp.c */
-tree vrp_evaluate_conditional (tree, tree);
+tree vrp_evaluate_conditional (enum tree_code, tree, tree, tree);
void simplify_stmt_using_ranges (tree);
/* In tree-ssa-dom.c */