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 6544fb2d8eb196ab33d6cd833dbad670d58c2031..7013244d0461713812368c2e92a3d1bd9b1705c0 100644 |
--- a/src/compiler/x87/instruction-selector-x87.cc |
+++ b/src/compiler/x87/instruction-selector-x87.cc |
@@ -1705,6 +1705,13 @@ InstructionSelector::SupportedMachineOperatorFlags() { |
return flags; |
} |
+// static |
+MachineOperatorBuilder::AlignmentRequirements |
+InstructionSelector::AlignmentRequirements() { |
+ return MachineOperatorBuilder::AlignmentRequirements:: |
+ FullUnalignedAccessSupport(); |
+} |
+ |
} // namespace compiler |
} // namespace internal |
} // namespace v8 |