Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index b8354fcfd1e2aa07bcda1337c1c18687fe444a41..491faf5780a309bf4e856ef5ae23049979b93f48 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -208,6 +208,7 @@ class InstructionSelector final { |
void VisitProjection(Node* node); |
void VisitConstant(Node* node); |
void VisitCall(Node* call, BasicBlock* handler = nullptr); |
+ void VisitCallVarArgs(Node* call); |
void VisitTailCall(Node* call); |
void VisitGoto(BasicBlock* target); |
void VisitBranch(Node* input, BasicBlock* tbranch, BasicBlock* fbranch); |