Index: src/compiler/machine-operator.cc |
diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
index 10e2b32301fd4ee84248be74f4210505eb5bdba7..6d9269f445ab4639490c249b7817fd244502a90a 100644 |
--- a/src/compiler/machine-operator.cc |
+++ b/src/compiler/machine-operator.cc |
@@ -197,6 +197,7 @@ MachineRepresentation StackSlotRepresentationOf(Operator const* op) { |
V(LoadFramePointer, Operator::kNoProperties, 0, 0, 1) \ |
V(LoadParentFramePointer, Operator::kNoProperties, 0, 0, 1) \ |
V(Int32PairAdd, Operator::kNoProperties, 4, 0, 2) \ |
+ V(Int32PairSub, 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) |