| Index: src/compiler/machine-operator-reducer.cc
|
| diff --git a/src/compiler/machine-operator-reducer.cc b/src/compiler/machine-operator-reducer.cc
|
| index b31784e6ba338507aafb49371388b32c302b399d..a7aeedeb853e524749ffd17f487046f2c9eb6853 100644
|
| --- a/src/compiler/machine-operator-reducer.cc
|
| +++ b/src/compiler/machine-operator-reducer.cc
|
| @@ -678,7 +678,7 @@ Reduction MachineOperatorReducer::ReduceTruncateFloat64ToInt32(Node* node) {
|
|
|
| Reduction MachineOperatorReducer::ReduceStore(Node* node) {
|
| MachineRepresentation const rep =
|
| - StoreRepresentationOf(node->op()).machine_type().representation();
|
| + StoreRepresentationOf(node->op()).representation();
|
| Node* const value = node->InputAt(2);
|
| switch (value->opcode()) {
|
| case IrOpcode::kWord32And: {
|
|
|