| Index: src/compiler/representation-change.h
|
| diff --git a/src/compiler/representation-change.h b/src/compiler/representation-change.h
|
| index 62ea3b4684bfb073f6a8888e8015a57afd0d203e..24e28f399c9bcd4cc98b393515e738c05ef92a21 100644
|
| --- a/src/compiler/representation-change.h
|
| +++ b/src/compiler/representation-change.h
|
| @@ -121,7 +121,7 @@ class RepresentationChanger final {
|
| MachineRepresentation output_rep,
|
| Type* output_type, Truncation truncation);
|
| Node* GetWord32RepresentationFor(Node* node, MachineRepresentation output_rep,
|
| - Type* output_type);
|
| + Type* output_type, Truncation truncation);
|
| Node* GetBitRepresentationFor(Node* node, MachineRepresentation output_rep,
|
| Type* output_type);
|
| Node* GetWord64RepresentationFor(Node* node, MachineRepresentation output_rep,
|
|
|