| Index: test/unittests/compiler/instruction-selector-unittest.h
|
| diff --git a/test/unittests/compiler/instruction-selector-unittest.h b/test/unittests/compiler/instruction-selector-unittest.h
|
| index 93cef0544e671298d87454a34d56a62502bf3e8d..cdc14a37c2fcf862a8b414b06423a7466e8ad735 100644
|
| --- a/test/unittests/compiler/instruction-selector-unittest.h
|
| +++ b/test/unittests/compiler/instruction-selector-unittest.h
|
| @@ -49,7 +49,8 @@ class InstructionSelectorTest : public TestWithContext,
|
| test->isolate(), new (test->zone()) Graph(test->zone()),
|
| MakeCallDescriptor(test->zone(), return_type, parameter0_type),
|
| MachineType::PointerRepresentation(),
|
| - MachineOperatorBuilder::kAllOptionalOps),
|
| + MachineOperatorBuilder::kAllOptionalOps,
|
| + InstructionSelector::AlignmentRequirements()),
|
| test_(test) {}
|
| StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
|
| MachineType parameter0_type, MachineType parameter1_type)
|
|
|