| Index: src/compiler/verifier.cc
|
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
|
| index 6021dfce2c643060e9aef6ed5b7e929bf664b52c..84b060f92a60770aefa691241ab13752cd154c10 100644
|
| --- a/src/compiler/verifier.cc
|
| +++ b/src/compiler/verifier.cc
|
| @@ -289,7 +289,7 @@ void Verifier::Visitor::Pre(Node* node) {
|
| // Constants have no inputs.
|
| CHECK_EQ(0, input_count);
|
| // Type can be anything represented as a heap pointer.
|
| - CheckUpperIs(node, Type::TaggedPtr());
|
| + CheckUpperIs(node, Type::TaggedPointer());
|
| break;
|
| case IrOpcode::kExternalConstant:
|
| // Constants have no inputs.
|
|
|