| Index: src/compiler/machine-operator.h
|
| diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h
|
| index 212be80747a8dcba10ac041e074a2c7ba3ebc7f6..4e89b15a832ac1912d2ea411a5e99ba01de10ab7 100644
|
| --- a/src/compiler/machine-operator.h
|
| +++ b/src/compiler/machine-operator.h
|
| @@ -313,6 +313,7 @@ class MachineOperatorBuilder final : public ZoneObject {
|
| // Access to the machine stack.
|
| const Operator* LoadStackPointer();
|
| const Operator* LoadFramePointer();
|
| + const Operator* LoadParentFramePointer();
|
|
|
| // checked-load heap, index, length
|
| const Operator* CheckedLoad(CheckedLoadRepresentation);
|
|
|