Index: src/compiler/representation-change.h |
diff --git a/src/compiler/representation-change.h b/src/compiler/representation-change.h |
index 1500c498164dc606aa814a8b3560919b2bd73e63..5514bfc738b365bf3648dc67e8110c7eeb82b64a 100644 |
--- a/src/compiler/representation-change.h |
+++ b/src/compiler/representation-change.h |
@@ -222,11 +222,6 @@ class RepresentationChanger final { |
Type* output_type); |
Node* GetWord64RepresentationFor(Node* node, MachineRepresentation output_rep, |
Type* output_type); |
- Node* GetCheckedWord32RepresentationFor(Node* node, |
- MachineRepresentation output_rep, |
- Type* output_type, Node* use_node, |
- Truncation truncation, |
- TypeCheckKind check); |
Node* TypeError(Node* node, MachineRepresentation output_rep, |
Type* output_type, MachineRepresentation use); |
Node* MakeTruncatedInt32Constant(double value); |