| Index: src/compiler/machine-operator.cc
|
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc
|
| index be491a4cb0f2b0c67a77985f9c0e80d032b2f997..6aefff3548cc8ca128254d75a3151eefa689389f 100644
|
| --- a/src/compiler/machine-operator.cc
|
| +++ b/src/compiler/machine-operator.cc
|
| @@ -198,6 +198,7 @@ MachineRepresentation StackSlotRepresentationOf(Operator const* op) {
|
| V(LoadParentFramePointer, Operator::kNoProperties, 0, 0, 1) \
|
| V(Int32PairAdd, Operator::kNoProperties, 4, 0, 2) \
|
| V(Int32PairSub, Operator::kNoProperties, 4, 0, 2) \
|
| + V(Int32PairMul, Operator::kNoProperties, 4, 0, 2) \
|
| V(Word32PairShl, Operator::kNoProperties, 3, 0, 2) \
|
| V(Word32PairShr, Operator::kNoProperties, 3, 0, 2) \
|
| V(Word32PairSar, Operator::kNoProperties, 3, 0, 2)
|
|
|