| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index 4ce62b77567805532afea54fb091f01308645e78..2513626997e850a2e09777700e860ba60ee548f7 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -539,7 +539,7 @@ struct InliningPhase {
|
| data->common());
|
| CommonOperatorReducer common_reducer(&graph_reducer, data->graph(),
|
| data->common(), data->machine());
|
| - JSCallReducer call_reducer(data->jsgraph(),
|
| + JSCallReducer call_reducer(&graph_reducer, data->jsgraph(),
|
| data->info()->is_deoptimization_enabled()
|
| ? JSCallReducer::kDeoptimizationEnabled
|
| : JSCallReducer::kNoFlags,
|
|
|