Index: src/compiler/js-inlining.cc |
diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc |
index 1a49e2f4c694164a75ec999427af904ade22d80d..8ab07c5fa67cf7ecfd62e171e38688c898ab59b6 100644 |
--- a/src/compiler/js-inlining.cc |
+++ b/src/compiler/js-inlining.cc |
@@ -531,7 +531,7 @@ Reduction JSInliner::ReduceJSCall(Node* node, Handle<JSFunction> function) { |
Graph::SubgraphScope scope(graph()); |
BytecodeGraphBuilder graph_builder(&zone, &info, jsgraph(), |
call.frequency(), nullptr); |
- graph_builder.CreateGraph(); |
+ graph_builder.CreateGraph(false); |
// Extract the inlinee start/end nodes. |
start = graph()->start(); |