| Index: src/compiler/redundancy-elimination.cc
|
| diff --git a/src/compiler/redundancy-elimination.cc b/src/compiler/redundancy-elimination.cc
|
| index 0ef6777d3737bf8dbf967e87caaecfbfd60bd41c..4c50b19fa52dc8e5bc48b527ed4c23afb3bafbe0 100644
|
| --- a/src/compiler/redundancy-elimination.cc
|
| +++ b/src/compiler/redundancy-elimination.cc
|
| @@ -29,6 +29,7 @@ Reduction RedundancyElimination::Reduce(Node* node) {
|
| case IrOpcode::kCheckedInt32Sub:
|
| case IrOpcode::kCheckedInt32Div:
|
| case IrOpcode::kCheckedInt32Mod:
|
| + case IrOpcode::kCheckedInt32Mul:
|
| case IrOpcode::kCheckedTaggedToFloat64:
|
| case IrOpcode::kCheckedTaggedToInt32:
|
| case IrOpcode::kCheckedUint32ToInt32:
|
|
|