Index: test/unittests/compiler/instruction-selector-unittest.cc |
diff --git a/test/unittests/compiler/instruction-selector-unittest.cc b/test/unittests/compiler/instruction-selector-unittest.cc |
index defc9535029698b70d1b48036bd50d385acdc917..0c5cdc5ddb1060bdcf86a09923d4393feafd8502 100644 |
--- a/test/unittests/compiler/instruction-selector-unittest.cc |
+++ b/test/unittests/compiler/instruction-selector-unittest.cc |
@@ -36,8 +36,7 @@ InstructionSelectorTest::Stream InstructionSelectorTest::StreamBuilder::Build( |
} |
EXPECT_NE(0, graph()->NodeCount()); |
int initial_node_count = graph()->NodeCount(); |
- CompilationInfo info(test_->isolate(), test_->zone()); |
- Linkage linkage(&info, call_descriptor()); |
+ Linkage linkage(test_->zone(), call_descriptor()); |
InstructionSequence sequence(test_->zone(), graph(), schedule); |
SourcePositionTable source_position_table(graph()); |
InstructionSelector selector(test_->zone(), &linkage, &sequence, schedule, |