| Index: src/compiler/instruction-selector.cc
|
| diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc
|
| index 0cfd950acdef9ac65c97ce814fcfdefa810c6766..bd3bfd73c9a7969a9dca3412945bb486d507b27d 100644
|
| --- a/src/compiler/instruction-selector.cc
|
| +++ b/src/compiler/instruction-selector.cc
|
| @@ -658,6 +658,8 @@ void InstructionSelector::VisitNode(Node* node) {
|
| return VisitInt32SubWithOverflow(node);
|
| case IrOpcode::kInt32Mul:
|
| return VisitInt32Mul(node);
|
| + case IrOpcode::kInt32MulHigh:
|
| + return VisitInt32MulHigh(node);
|
| case IrOpcode::kInt32Div:
|
| return VisitInt32Div(node);
|
| case IrOpcode::kInt32Mod:
|
|
|