| Index: src/compiler/representation-change.cc
|
| diff --git a/src/compiler/representation-change.cc b/src/compiler/representation-change.cc
|
| index fedf7afc0e96dc4fb79760d7b4150104b7a8e676..f59c8bc909ab03cb3b945213177bcef50fc8db1e 100644
|
| --- a/src/compiler/representation-change.cc
|
| +++ b/src/compiler/representation-change.cc
|
| @@ -467,6 +467,8 @@ const Operator* RepresentationChanger::Uint32OperatorFor(
|
| return machine()->Uint32LessThanOrEqual();
|
| case IrOpcode::kNumberClz32:
|
| return machine()->Word32Clz();
|
| + case IrOpcode::kNumberImul:
|
| + return machine()->Int32Mul();
|
| default:
|
| UNREACHABLE();
|
| return nullptr;
|
|
|