| Index: src/compiler/redundancy-elimination.cc
|
| diff --git a/src/compiler/redundancy-elimination.cc b/src/compiler/redundancy-elimination.cc
|
| index ae87349896921cecc4b54be79fa49ccad2cef580..c718bf88fc413650a7a84b4ce274163e20dad7b0 100644
|
| --- a/src/compiler/redundancy-elimination.cc
|
| +++ b/src/compiler/redundancy-elimination.cc
|
| @@ -17,7 +17,9 @@ RedundancyElimination::~RedundancyElimination() {}
|
|
|
| Reduction RedundancyElimination::Reduce(Node* node) {
|
| switch (node->opcode()) {
|
| + case IrOpcode::kCheckBounds:
|
| case IrOpcode::kCheckFloat64Hole:
|
| + case IrOpcode::kCheckNumber:
|
| case IrOpcode::kCheckTaggedHole:
|
| case IrOpcode::kCheckTaggedPointer:
|
| case IrOpcode::kCheckTaggedSigned:
|
|
|