Index: src/compiler/instruction-selector.cc |
diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc |
index 17c227acc70d4636d409b94487ae48b96a6a33fc..04dabaca32493b2ee865fe589d83731057bac48a 100644 |
--- a/src/compiler/instruction-selector.cc |
+++ b/src/compiler/instruction-selector.cc |
@@ -1042,6 +1042,13 @@ void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, |
UNIMPLEMENTED(); |
} |
+ |
+// static |
+MachineOperatorBuilder::Flags |
+InstructionSelector::SupportedMachineOperatorFlags() { |
+ return MachineOperatorBuilder::Flag::kNoFlags; |
+} |
+ |
#endif // !V8_TURBOFAN_BACKEND |
} // namespace compiler |