Index: test/cctest/compiler/test-js-typed-lowering.cc |
diff --git a/test/cctest/compiler/test-js-typed-lowering.cc b/test/cctest/compiler/test-js-typed-lowering.cc |
index 125384da789afa12dbf5877de06157c9c74650f2..4e05ab514d3cfa6c668fb6bc7e02e5b5a4518975 100644 |
--- a/test/cctest/compiler/test-js-typed-lowering.cc |
+++ b/test/cctest/compiler/test-js-typed-lowering.cc |
@@ -85,7 +85,8 @@ class JSTypedLoweringTester : public HandleAndZoneScope { |
} |
Node* reduce(Node* node) { |
- JSGraph jsgraph(main_isolate(), &graph, &common, &javascript, &machine); |
+ JSGraph jsgraph(main_isolate(), &graph, &common, &javascript, &simplified, |
+ &machine); |
// TODO(titzer): mock the GraphReducer here for better unit testing. |
GraphReducer graph_reducer(main_zone(), &graph); |
JSTypedLowering reducer(&graph_reducer, &jsgraph, main_zone()); |