Index: src/compiler/verifier.cc |
diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
index 531b9de5d6f88d8fa9edc71d9cd59887aa3f1161..984edf794afe51de3095e1cda83bfb4508c7f4ce 100644 |
--- a/src/compiler/verifier.cc |
+++ b/src/compiler/verifier.cc |
@@ -417,7 +417,7 @@ void Verifier::Visitor::Check(Node* node) { |
CHECK_EQ(input_count, 1 + effect_count); |
break; |
} |
- case IrOpcode::kGuard: |
+ case IrOpcode::kTypeGuard: |
// TODO(bmeurer): what are the constraints on these? |
break; |
case IrOpcode::kCheckPoint: |