| Index: src/compiler/verifier.cc
|
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
|
| index 6eb74367eed73acdbbe1f5cc4030953200a9cf46..63f302a154704f54c006aa216e7d25a4b27d2e1e 100644
|
| --- a/src/compiler/verifier.cc
|
| +++ b/src/compiler/verifier.cc
|
| @@ -717,11 +717,6 @@ void Verifier::Visitor::Check(Node* node) {
|
| CheckValueInputIs(node, 0, Type::Number());
|
| CheckUpperIs(node, Type::Boolean());
|
| break;
|
| - case IrOpcode::kPlainPrimitiveToNumber:
|
| - // PlainPrimitive -> Number
|
| - CheckValueInputIs(node, 0, Type::PlainPrimitive());
|
| - CheckUpperIs(node, Type::Number());
|
| - break;
|
| case IrOpcode::kStringEqual:
|
| case IrOpcode::kStringLessThan:
|
| case IrOpcode::kStringLessThanOrEqual:
|
|
|