| Index: test/unittests/compiler/instruction-sequence-unittest.cc
|
| diff --git a/test/unittests/compiler/instruction-sequence-unittest.cc b/test/unittests/compiler/instruction-sequence-unittest.cc
|
| index f659b07887fbcbf02e4ff400abb15030f3a7c3d1..1ff441f746c3de3670450c4fdfd3fc9110f9da0d 100644
|
| --- a/test/unittests/compiler/instruction-sequence-unittest.cc
|
| +++ b/test/unittests/compiler/instruction-sequence-unittest.cc
|
| @@ -429,8 +429,8 @@ InstructionBlock* InstructionSequenceTest::NewBlock() {
|
| }
|
| }
|
| // Construct instruction block.
|
| - auto instruction_block =
|
| - new (zone()) InstructionBlock(zone(), rpo, loop_header, loop_end, false);
|
| + auto instruction_block = new (zone())
|
| + InstructionBlock(zone(), rpo, loop_header, loop_end, false, false);
|
| instruction_blocks_.push_back(instruction_block);
|
| current_block_ = instruction_block;
|
| sequence()->StartBlock(rpo);
|
|
|