Chromium Code Reviews| Index: src/compiler/verifier.cc |
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
| index 63ad9bb0745116245c1e0ef11666a85b7afa4eec..19361b5818f706cd06b40fd2b107313601a248a4 100644 |
| --- a/src/compiler/verifier.cc |
| +++ b/src/compiler/verifier.cc |
| @@ -1112,6 +1112,7 @@ void Verifier::Visitor::Check(Node* node) { |
| break; |
| } |
| case IrOpcode::kTruncateTaggedToBit: |
| + case IrOpcode::kTruncateTaggedPointerToBit: |
| break; |
| case IrOpcode::kCheckBounds: |