Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index cc06f10c5d9aa17b54f2abadc54f15752a10270d..e4bd409764b0eeb00c97c88f2d48753109d8ea91 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -85,6 +85,9 @@ class InstructionSelector FINAL { |
return Features(CpuFeatures::SupportedFeatures()); |
} |
+ // TODO(sigurds) This should take a CpuFeatures argument. |
+ static MachineOperatorBuilder::Flags SupportedMachineOperatorFlags(); |
+ |
// =========================================================================== |
// ============ Architecture-independent graph covering methods. ============= |
// =========================================================================== |