Index: src/compiler/s390/instruction-selector-s390.cc |
diff --git a/src/compiler/s390/instruction-selector-s390.cc b/src/compiler/s390/instruction-selector-s390.cc |
index 6fdd7ec87fd56695c7c7eefd3c5cfd4f13a4514a..1e4f8e9af92c59635b1ddf6c7e0dd598b50a9b33 100644 |
--- a/src/compiler/s390/instruction-selector-s390.cc |
+++ b/src/compiler/s390/instruction-selector-s390.cc |
@@ -1813,6 +1813,13 @@ InstructionSelector::SupportedMachineOperatorFlags() { |
MachineOperatorBuilder::kWord64Popcnt; |
} |
+// static |
+MachineOperatorBuilder::AlignmentRequirements |
+InstructionSelector::AlignmentRequirements() { |
+ return MachineOperatorBuilder::AlignmentRequirements:: |
+ FullUnalignedAccessSupport(); |
+} |
+ |
} // namespace compiler |
} // namespace internal |
} // namespace v8 |