PR tree-optimization/78496
* tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
code.
From-SVN: r247722
2017-05-06 Jeff Law <law@redhat.com>
+ PR tree-optimization/78496
+ * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
+ code.
+
PR tree-optimization/78496
* tree-vrp.c (simplify_assert_expr_using_ranges): New function.
(simplify_stmt_using_ranges): Call it.
static bool
simplify_assert_expr_using_ranges (gimple *stmt)
{
- return false;
tree cond = TREE_OPERAND (gimple_assign_rhs1 (stmt), 1);
tree_code code = TREE_CODE (cond);
tree op0 = TREE_OPERAND (cond, 0);