Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 20f3d60daab8cd33f27a6c5d61c3be0fd71a4fc7..1d9b329c5be6354eeec9f8dcb3031bc2f6da32b7 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -569,7 +569,7 @@ struct TypedLoweringPhase { |
void Run(PipelineData* data, Zone* temp_zone) { |
JSGraphReducer graph_reducer(data->jsgraph(), temp_zone); |
- LoadElimination load_elimination; |
+ LoadElimination load_elimination(&graph_reducer); |
JSBuiltinReducer builtin_reducer(&graph_reducer, data->jsgraph()); |
JSTypedLowering typed_lowering(&graph_reducer, data->jsgraph(), temp_zone); |
JSIntrinsicLowering intrinsic_lowering( |