summaryrefslogtreecommitdiff
path: root/gcc/gimple.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimple.c')
-rw-r--r--gcc/gimple.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gimple.c b/gcc/gimple.c
index 4b91151873c..abd28079b2d 100644
--- a/gcc/gimple.c
+++ b/gcc/gimple.c
@@ -385,7 +385,6 @@ gimple_build_call_from_tree (tree t, tree fnptrtype)
gimple_call_set_nothrow (call, TREE_NOTHROW (t));
gimple_call_set_by_descriptor (call, CALL_EXPR_BY_DESCRIPTOR (t));
gimple_set_no_warning (call, TREE_NO_WARNING (t));
- gimple_call_set_with_bounds (call, CALL_WITH_BOUNDS_P (t));
if (fnptrtype)
{