Index: src/compiler/x87/instruction-selector-x87.cc |
diff --git a/src/compiler/x87/instruction-selector-x87.cc b/src/compiler/x87/instruction-selector-x87.cc |
index b487d9448a345b6d073f199ee34eea702d8dded3..2f2a88c4828d7a70448775119fbc81113093192b 100644 |
--- a/src/compiler/x87/instruction-selector-x87.cc |
+++ b/src/compiler/x87/instruction-selector-x87.cc |
@@ -1718,6 +1718,13 @@ InstructionSelector::SupportedMachineOperatorFlags() { |
return flags; |
} |
+// static |
+MachineOperatorBuilder::AlignmentRequirements |
+InstructionSelector::AlignmentRequirements() { |
+ return MachineOperatorBuilder::AlignmentRequirements:: |
+ FullUnalignedAccessSupport(); |
+} |
+ |
} // namespace compiler |
} // namespace internal |
} // namespace v8 |