Index: src/compiler/change-lowering.h |
diff --git a/src/compiler/change-lowering.h b/src/compiler/change-lowering.h |
index af3cf22d8e3ef8b5981252e778ceaec2781025de..569716ee771ae6ed64bc49f9ce2c20cbc01c100c 100644 |
--- a/src/compiler/change-lowering.h |
+++ b/src/compiler/change-lowering.h |
@@ -45,6 +45,7 @@ class ChangeLowering final : public Reducer { |
Reduction ChangeBoolToBit(Node* value); |
Reduction ChangeFloat64ToTagged(Node* value, Node* control); |
Reduction ChangeInt32ToTagged(Node* value, Node* control); |
+ Reduction ChangeTaggedSignedToWord32(Node* value); |
Reduction ChangeTaggedToFloat64(Node* value, Node* control); |
Reduction ChangeTaggedToUI32(Node* value, Node* control, |
Signedness signedness); |