Index: test/cctest/compiler/test-machine-operator-reducer.cc |
diff --git a/test/cctest/compiler/test-machine-operator-reducer.cc b/test/cctest/compiler/test-machine-operator-reducer.cc |
index beedc459e7f508fdb7f282b0baa6b9044f35ceda..d3ab454d6f6d3117c20a9e46b7fbc16751d0b440 100644 |
--- a/test/cctest/compiler/test-machine-operator-reducer.cc |
+++ b/test/cctest/compiler/test-machine-operator-reducer.cc |
@@ -60,7 +60,7 @@ class ReducerTester : public HandleAndZoneScope { |
common(main_zone()), |
graph(main_zone()), |
javascript(main_zone()), |
- typer(isolate, &graph, MaybeHandle<Context>()), |
+ typer(isolate, &graph, nullptr, MaybeHandle<Context>()), |
jsgraph(isolate, &graph, &common, &javascript, &machine), |
maxuint32(Constant<int32_t>(kMaxUInt32)) { |
Node* s = graph.NewNode(common.Start(num_parameters)); |