Index: src/compiler/verifier.cc |
diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
index 1f0077341b271b625b0abc32a957ffdd0b7307ea..97ebb8fb691d6a62e8a6111432d5ddad488cfe81 100644 |
--- a/src/compiler/verifier.cc |
+++ b/src/compiler/verifier.cc |
@@ -194,21 +194,12 @@ GenericGraphVisit::Control Verifier::Visitor::Pre(Node* node) { |
OperatorProperties::GetControlInputCount(control->op())); |
break; |
} |
- case IrOpcode::kLazyDeoptimization: |
- // TODO(jarin): what are the constraints on these? |
- break; |
- case IrOpcode::kDeoptimize: |
- // TODO(jarin): what are the constraints on these? |
- break; |
case IrOpcode::kFrameState: |
// TODO(jarin): what are the constraints on these? |
break; |
case IrOpcode::kCall: |
// TODO(rossberg): what are the constraints on these? |
break; |
- case IrOpcode::kContinuation: |
- // TODO(jarin): what are the constraints on these? |
- break; |
case IrOpcode::kProjection: { |
// Projection has an input that produces enough values. |
int index = static_cast<Operator1<int>*>(node->op())->parameter(); |