| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index 5c4dd46a5d727c91d581ab8955342798a73c8e69..9fc39d3b8e56ac239d8fe3fa0d20d0c77ac950fb 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -864,7 +864,7 @@ struct TypedLoweringPhase {
|
| DeadCodeElimination dead_code_elimination(&graph_reducer, data->graph(),
|
| data->common());
|
| LoadElimination load_elimination(&graph_reducer, data->graph(),
|
| - data->common());
|
| + data->jsgraph()->simplified());
|
| JSBuiltinReducer builtin_reducer(&graph_reducer, data->jsgraph());
|
| MaybeHandle<LiteralsArray> literals_array =
|
| data->info()->is_native_context_specializing()
|
|
|