| Index: test/cctest/compiler/test-instruction.cc
|
| diff --git a/test/cctest/compiler/test-instruction.cc b/test/cctest/compiler/test-instruction.cc
|
| index 2069c7f4fef02e5496f72e8793a63f8956c5d9d1..54babfe78cdebbc67346d8cc1b7be465c80a4b2a 100644
|
| --- a/test/cctest/compiler/test-instruction.cc
|
| +++ b/test/cctest/compiler/test-instruction.cc
|
| @@ -56,7 +56,7 @@ class InstructionTester : public HandleAndZoneScope {
|
| DCHECK(schedule.rpo_order()->size() > 0);
|
| }
|
| InstructionBlocks* instruction_blocks =
|
| - InstructionSequence::InstructionBlocksFor(main_zone(), &schedule);
|
| + TestInstrSeq::InstructionBlocksFor(main_zone(), &schedule);
|
| code = new TestInstrSeq(main_zone(), instruction_blocks);
|
| }
|
|
|
|
|