Index: src/compiler/verifier.cc |
diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
index 57bcef16a0d1a0b0c8ad48a6829389e02ed1112e..e57d310135e23847a76c01d527e1437d111effc9 100644 |
--- a/src/compiler/verifier.cc |
+++ b/src/compiler/verifier.cc |
@@ -413,10 +413,10 @@ void Verifier::Visitor::Check(Node* node) { |
CHECK_LT(1, effect_count); |
break; |
} |
- case IrOpcode::kValueEffect: |
+ case IrOpcode::kBeginRegion: |
// TODO(rossberg): what are the constraints on these? |
break; |
- case IrOpcode::kFinish: { |
+ case IrOpcode::kFinishRegion: { |
// TODO(rossberg): what are the constraints on these? |
// Type must be subsumed by input type. |
if (typing == TYPED) { |