Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index f7c5d43874c9ea664a0fe69e5b8a0218fe230b21..7387b46d2fb504cdff3a6d43ec235a41f450ecf2 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -561,7 +561,7 @@ struct TypedLoweringPhase { |
LoadElimination load_elimination; |
JSBuiltinReducer builtin_reducer(data->jsgraph()); |
JSTypedLowering typed_lowering(&graph_reducer, data->jsgraph(), temp_zone); |
- JSIntrinsicLowering intrinsic_lowering(data->jsgraph()); |
+ JSIntrinsicLowering intrinsic_lowering(&graph_reducer, data->jsgraph()); |
SimplifiedOperatorReducer simple_reducer(data->jsgraph()); |
CommonOperatorReducer common_reducer(data->jsgraph()); |
AddReducer(data, &graph_reducer, &builtin_reducer); |