| Index: src/compiler/js-inlining.cc
|
| diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc
|
| index 7470ff529b2e7e349da136a0c6e74e249649ecd0..6793a4bb82222dac908a96f0edcf3bd6903fffeb 100644
|
| --- a/src/compiler/js-inlining.cc
|
| +++ b/src/compiler/js-inlining.cc
|
| @@ -351,7 +351,8 @@ Reduction JSInliner::ReduceJSCallFunction(Node* node,
|
|
|
| Graph graph(info.zone());
|
| JSGraph jsgraph(info.isolate(), &graph, jsgraph_->common(),
|
| - jsgraph_->javascript(), jsgraph_->machine());
|
| + jsgraph_->javascript(), jsgraph_->simplified(),
|
| + jsgraph_->machine());
|
| AstGraphBuilder graph_builder(local_zone_, &info, &jsgraph);
|
| graph_builder.CreateGraph(false);
|
|
|
|
|