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