| Index: src/compiler/change-lowering.h
|
| diff --git a/src/compiler/change-lowering.h b/src/compiler/change-lowering.h
|
| index a41119016508ac03a907c62761d83136e037b207..96590455efe6b806270454a02d5b150a18a90f07 100644
|
| --- a/src/compiler/change-lowering.h
|
| +++ b/src/compiler/change-lowering.h
|
| @@ -46,7 +46,7 @@ class ChangeLowering final : public Reducer {
|
| Reduction ChangeFloat64ToTagged(Node* value, Node* control);
|
| Reduction ChangeInt31ToTagged(Node* value, Node* control);
|
| Reduction ChangeInt32ToTagged(Node* value, Node* control);
|
| - Reduction ChangeSmiToInt32(Node* value);
|
| + Reduction ChangeTaggedSignedToInt32(Node* value);
|
| Reduction ChangeTaggedToFloat64(Node* value, Node* control);
|
| Reduction ChangeTaggedToUI32(Node* value, Node* control,
|
| Signedness signedness);
|
|
|