| Index: test/unittests/compiler/control-reducer-unittest.cc
|
| diff --git a/test/unittests/compiler/control-reducer-unittest.cc b/test/unittests/compiler/control-reducer-unittest.cc
|
| index 02ff8ffd7c2b5c0e615402e1d440fe6f72c33807..e753c9cbfa5c2d7c51af41c85d3e6e9991444d96 100644
|
| --- a/test/unittests/compiler/control-reducer-unittest.cc
|
| +++ b/test/unittests/compiler/control-reducer-unittest.cc
|
| @@ -41,8 +41,7 @@ class ControlReducerTest : public TypedGraphTest {
|
| os << "-- Graph before control reduction" << std::endl;
|
| os << AsRPO(*graph());
|
| }
|
| - ControlReducer::ReduceGraph(zone(), jsgraph(), common(),
|
| - max_phis_for_select);
|
| + ControlReducer::ReduceGraph(zone(), jsgraph(), max_phis_for_select);
|
| if (FLAG_trace_turbo_graph) {
|
| OFStream os(stdout);
|
| os << "-- Graph after control reduction" << std::endl;
|
|
|