Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index 81c0c15ee97a0fa7b48a7e3868ba79d2b189c5a1..9a0744720a099295361e8ab603bb7f6277d0bfcc 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -201,7 +201,8 @@ class InstructionSelector final { |
void VisitPhi(Node* node); |
void VisitProjection(Node* node); |
void VisitConstant(Node* node); |
- void VisitCall(Node* call, BasicBlock* handler, CallMode call_mode); |
+ void VisitCall(Node* call, BasicBlock* handler = nullptr); |
+ void VisitTailCall(Node* call); |
void VisitGoto(BasicBlock* target); |
void VisitBranch(Node* input, BasicBlock* tbranch, BasicBlock* fbranch); |
void VisitSwitch(Node* node, const SwitchInfo& sw); |