Index: src/compiler/verifier.cc |
diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
index 595d9be0d0d825132f0f0b828219c079f42b21c5..9abe2f857a0bead28edc2be8d97531df34393476 100644 |
--- a/src/compiler/verifier.cc |
+++ b/src/compiler/verifier.cc |
@@ -449,6 +449,9 @@ void Verifier::Visitor::Check(Node* node) { |
case IrOpcode::kTailCall: |
// TODO(bmeurer): what are the constraints on these? |
break; |
+ case IrOpcode::kCallVarArgs: |
+ // TODO(rossberg): what are the constraints on these? |
+ break; |
// JavaScript operators |
// -------------------- |