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