Index: src/compiler/simplified-operator.cc |
diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc |
index 290f962974fe559575189e806f23619baaf06da5..1fa2a053a9389a45d8efdd731387d3980fc87260 100644 |
--- a/src/compiler/simplified-operator.cc |
+++ b/src/compiler/simplified-operator.cc |
@@ -323,6 +323,7 @@ CompareOperationHints::Hint CompareOperationHintOf(const Operator* op) { |
V(CheckedInt32Mod, 2, 1) \ |
V(CheckedUint32Div, 2, 1) \ |
V(CheckedUint32Mod, 2, 1) \ |
+ V(CheckedInt32Mul, 2, 1) \ |
V(CheckedUint32ToInt32, 1, 1) \ |
V(CheckedFloat64ToInt32, 1, 1) \ |
V(CheckedTaggedToInt32, 1, 1) \ |