| Index: src/compiler/x64/instruction-selector-x64.cc
|
| diff --git a/src/compiler/x64/instruction-selector-x64.cc b/src/compiler/x64/instruction-selector-x64.cc
|
| index 03240c2b282a8f91e141f1b3d36547417f986059..78713a0f963ed6ed8c49b507945ee1d946801c19 100644
|
| --- a/src/compiler/x64/instruction-selector-x64.cc
|
| +++ b/src/compiler/x64/instruction-selector-x64.cc
|
| @@ -1108,6 +1108,12 @@ void InstructionSelector::VisitFloat64LessThanOrEqual(Node* node) {
|
| VisitFloat64Compare(this, node, &cont);
|
| }
|
|
|
| +
|
| +// static
|
| +MachineOperatorBuilder::Flags
|
| +InstructionSelector::SupportedMachineOperatorFlags() {
|
| + return MachineOperatorBuilder::Flag::kNoFlags;
|
| +}
|
| } // namespace compiler
|
| } // namespace internal
|
| } // namespace v8
|
|
|