diff options
Diffstat (limited to 'gcc/tree-vrp.c')
-rw-r--r-- | gcc/tree-vrp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-vrp.c b/gcc/tree-vrp.c index 41cf6e1..c1f910e 100644 --- a/gcc/tree-vrp.c +++ b/gcc/tree-vrp.c @@ -1443,7 +1443,6 @@ maybe_add_assert_expr (basic_block bb) ssa_op_iter i; stmt = bsi_stmt (si); - get_stmt_operands (stmt); /* Mark all the SSA names used by STMT in bitmap FOUND. If STMT is inside the sub-graph of a conditional block, when we |