Index: src/compiler/machine-operator.h |
diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h |
index dc6c52c3d117bc7feb4f2a76de0b1a2fe8067029..d2268795217d0ae3f2785f3c90698a02e5016557 100644 |
--- a/src/compiler/machine-operator.h |
+++ b/src/compiler/machine-operator.h |
@@ -93,7 +93,7 @@ typedef MachineRepresentation CheckedStoreRepresentation; |
CheckedStoreRepresentation CheckedStoreRepresentationOf(Operator const*); |
-MachineRepresentation StackSlotRepresentationOf(Operator const* op); |
+int StackSlotSizeOf(Operator const* op); |
MachineRepresentation AtomicStoreRepresentationOf(Operator const* op); |
@@ -619,6 +619,7 @@ class V8_EXPORT_PRIVATE MachineOperatorBuilder final |
// unaligned store [base + index], value |
const Operator* UnalignedStore(UnalignedStoreRepresentation rep); |
+ const Operator* StackSlot(int size); |
const Operator* StackSlot(MachineRepresentation rep); |
// Access to the machine stack. |