| Index: src/compiler/instruction-selector.cc
|
| diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc
|
| index 73c787d9b1cf9d3b2329728125babfd8c1fd97bf..93edaab4ca2762fefe0e939881e3cb434af9c712 100644
|
| --- a/src/compiler/instruction-selector.cc
|
| +++ b/src/compiler/instruction-selector.cc
|
| @@ -1020,6 +1020,11 @@ MACHINE_OP_LIST(DECLARE_UNIMPLEMENTED_SELECTOR)
|
|
|
| void InstructionSelector::VisitCall(Node* node) { UNIMPLEMENTED(); }
|
|
|
| +void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch,
|
| + BasicBlock* fbranch) {
|
| + UNIMPLEMENTED();
|
| +}
|
| +
|
| #endif // !V8_TURBOFAN_BACKEND
|
|
|
| } // namespace compiler
|
|
|