Index: src/compiler/machine-operator.cc |
diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
index c49e2ae878ee9d21e94098fcd85141722e27e328..3203e2a3abdfaefff4fdecfdff56ba347ca96960 100644 |
--- a/src/compiler/machine-operator.cc |
+++ b/src/compiler/machine-operator.cc |
@@ -395,6 +395,7 @@ MachineRepresentation AtomicStoreRepresentationOf(Operator const* op) { |
#define OVERFLOW_OP_LIST(V) \ |
V(Int32AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \ |
V(Int32SubWithOverflow, Operator::kNoProperties) \ |
+ V(Int32MulWithOverflow, Operator::kAssociative | Operator::kCommutative) \ |
V(Int64AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \ |
V(Int64SubWithOverflow, Operator::kNoProperties) |