| Index: src/compiler/redundancy-elimination.cc
|
| diff --git a/src/compiler/redundancy-elimination.cc b/src/compiler/redundancy-elimination.cc
|
| index e41da45c18826fcf8c065905adb425e181408c05..61b4e98903a5087211e84b7c9a62a9d5318a34e9 100644
|
| --- a/src/compiler/redundancy-elimination.cc
|
| +++ b/src/compiler/redundancy-elimination.cc
|
| @@ -19,6 +19,7 @@ Reduction RedundancyElimination::Reduce(Node* node) {
|
| switch (node->opcode()) {
|
| case IrOpcode::kCheckBounds:
|
| case IrOpcode::kCheckFloat64Hole:
|
| + case IrOpcode::kCheckIf:
|
| case IrOpcode::kCheckNumber:
|
| case IrOpcode::kCheckTaggedHole:
|
| case IrOpcode::kCheckTaggedPointer:
|
|
|