| Index: src/compiler/representation-change.h
|
| diff --git a/src/compiler/representation-change.h b/src/compiler/representation-change.h
|
| index 3554e6aa48888e3fbc46d979ae5744476d205f8e..ebe948eeeeb3202db7fb85a40649749c876e36f3 100644
|
| --- a/src/compiler/representation-change.h
|
| +++ b/src/compiler/representation-change.h
|
| @@ -249,7 +249,7 @@ class RepresentationChanger final {
|
| MachineRepresentation output_rep,
|
| Type* output_type);
|
| Node* GetTaggedRepresentationFor(Node* node, MachineRepresentation output_rep,
|
| - Type* output_type);
|
| + Type* output_type, Truncation truncation);
|
| Node* GetFloat32RepresentationFor(Node* node,
|
| MachineRepresentation output_rep,
|
| Type* output_type, Truncation truncation);
|
|
|