Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 9a8b6e8b6c1cff6c3e22bf4c077b8c305d3169c1..70453269f5d446eb9ceaa7344b29c243bffe9f61 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -590,7 +590,8 @@ struct TypedLoweringPhase { |
data->common()); |
LoadElimination load_elimination(&graph_reducer); |
JSBuiltinReducer builtin_reducer(&graph_reducer, data->jsgraph()); |
- JSTypedLowering typed_lowering(&graph_reducer, data->jsgraph(), temp_zone); |
+ JSTypedLowering typed_lowering(&graph_reducer, data->info()->dependencies(), |
+ data->jsgraph(), temp_zone); |
JSIntrinsicLowering intrinsic_lowering( |
&graph_reducer, data->jsgraph(), |
data->info()->is_deoptimization_enabled() |