Index: src/compiler/js-inlining.cc |
diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc |
index 9efa4c1fb13a50b08836e5eebdc969f4a8fbd2e2..91d0823daebe4fd24cf72d31cb195382be71fb07 100644 |
--- a/src/compiler/js-inlining.cc |
+++ b/src/compiler/js-inlining.cc |
@@ -364,7 +364,7 @@ Reduction JSInliner::TryInlineJSCall(Node* call_node, |
jsgraph_->javascript(), jsgraph_->machine()); |
AstGraphBuilder graph_builder(local_zone_, &info, &jsgraph); |
- graph_builder.CreateGraph(); |
+ graph_builder.CreateGraph(false); |
Inlinee::UnifyReturn(&jsgraph); |
CopyVisitor visitor(&graph, jsgraph_->graph(), info.zone()); |