| Index: src/compiler/x64/instruction-selector-x64.cc
|
| diff --git a/src/compiler/x64/instruction-selector-x64.cc b/src/compiler/x64/instruction-selector-x64.cc
|
| index a4ade55198ae508b1b6a96b73a2727446a2aa6a2..7a2565656b5077825a1c84fc907bf963d1265a9c 100644
|
| --- a/src/compiler/x64/instruction-selector-x64.cc
|
| +++ b/src/compiler/x64/instruction-selector-x64.cc
|
| @@ -2150,6 +2150,13 @@ InstructionSelector::SupportedMachineOperatorFlags() {
|
| return flags;
|
| }
|
|
|
| +// static
|
| +MachineOperatorBuilder::AlignmentRequirements
|
| +InstructionSelector::AlignmentRequirements() {
|
| + return MachineOperatorBuilder::AlignmentRequirements::
|
| + FullUnalignedAccessSupport();
|
| +}
|
| +
|
| } // namespace compiler
|
| } // namespace internal
|
| } // namespace v8
|
|
|