Index: src/compiler/change-lowering.h |
diff --git a/src/compiler/change-lowering.h b/src/compiler/change-lowering.h |
index 9535d05b487a301041d8dc1b3ad81eff113ef182..665bab24d55b5e7a67a03051f67112f293d72924 100644 |
--- a/src/compiler/change-lowering.h |
+++ b/src/compiler/change-lowering.h |
@@ -45,11 +45,7 @@ class ChangeLowering final : public Reducer { |
Reduction ChangeInt31ToTagged(Node* value, Node* control); |
Reduction ChangeInt32ToTagged(Node* value, Node* control); |
Reduction ChangeTaggedSignedToInt32(Node* value); |
- Reduction ChangeTaggedToFloat64(Node* value, Node* control); |
- Reduction ChangeTaggedToUI32(Node* value, Node* control, |
- Signedness signedness); |
Reduction ChangeUint32ToTagged(Node* value, Node* control); |
- Reduction TruncateTaggedToWord32(Node* value, Node* control); |
Reduction LoadField(Node* node); |
Reduction StoreField(Node* node); |