| Index: src/compiler/arm64/instruction-selector-arm64.cc
|
| diff --git a/src/compiler/arm64/instruction-selector-arm64.cc b/src/compiler/arm64/instruction-selector-arm64.cc
|
| index 3d27d8d7c23c53354622e6b3082edcc8283285c7..87981112273a2451511cf0d16a50497246099458 100644
|
| --- a/src/compiler/arm64/instruction-selector-arm64.cc
|
| +++ b/src/compiler/arm64/instruction-selector-arm64.cc
|
| @@ -1285,6 +1285,11 @@ void InstructionSelector::VisitFloat64LessThanOrEqual(Node* node) {
|
| VisitFloat64Compare(this, node, &cont);
|
| }
|
|
|
| +
|
| +// static
|
| +SupportedOperators InstructionSelector::GetSupportedOperators() {
|
| + return kNoSupportedOperators;
|
| +}
|
| } // namespace compiler
|
| } // namespace internal
|
| } // namespace v8
|
|
|