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