Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index edc0eec021ab0bfbd5a01abbf31ff05b8b409681..786b57d2eafa02aed01ffe6b7faca96bf8d1991a 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -139,6 +139,8 @@ class InstructionSelector final { |
// TODO(sigurds) This should take a CpuFeatures argument. |
static MachineOperatorBuilder::Flags SupportedMachineOperatorFlags(); |
+ static MachineOperatorBuilder::AlignmentRequirements AlignmentRequirements(); |
+ |
// =========================================================================== |
// ============ Architecture-independent graph covering methods. ============= |
// =========================================================================== |