Index: src/compiler/verifier.cc |
diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
index 9c6695a2abbf8873433234baad8222cf892af335..7272801c5e4cc971a23d94fdb1b96ff687f88b11 100644 |
--- a/src/compiler/verifier.cc |
+++ b/src/compiler/verifier.cc |
@@ -825,6 +825,7 @@ void Verifier::Visitor::Check(Node* node) { |
case IrOpcode::kUint64Div: |
case IrOpcode::kUint64Mod: |
case IrOpcode::kUint64LessThan: |
+ case IrOpcode::kUint64LessThanOrEqual: |
case IrOpcode::kFloat32Add: |
case IrOpcode::kFloat32Sub: |
case IrOpcode::kFloat32Mul: |