Index: src/compiler/arm/instruction-selector-arm.cc |
diff --git a/src/compiler/arm/instruction-selector-arm.cc b/src/compiler/arm/instruction-selector-arm.cc |
index 267a961a0c25d3f93382c9aad5ed832ce5418700..43293478582af0981b1ecd3be5e431f06028bf43 100644 |
--- a/src/compiler/arm/instruction-selector-arm.cc |
+++ b/src/compiler/arm/instruction-selector-arm.cc |
@@ -1169,6 +1169,11 @@ void InstructionSelector::VisitFloat64LessThanOrEqual(Node* node) { |
VisitFloat64Compare(this, node, &cont); |
} |
+ |
+// static |
+SupportedOperators InstructionSelector::GetSupportedOperators() { |
+ return kNoSupportedOperators; |
+} |
} // namespace compiler |
} // namespace internal |
} // namespace v8 |