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