| Index: src/compiler/machine-operator.cc
|
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc
|
| index 07bcf3f77f1b208a2c7dc8c655151aede2d0b084..dc00ddc587476fe284c16565cd28b8c561682c31 100644
|
| --- a/src/compiler/machine-operator.cc
|
| +++ b/src/compiler/machine-operator.cc
|
| @@ -148,7 +148,8 @@ CheckedStoreRepresentation CheckedStoreRepresentationOf(Operator const* op) {
|
| V(Float32Min, Operator::kNoProperties, 2, 0, 1) \
|
| V(Float64Max, Operator::kNoProperties, 2, 0, 1) \
|
| V(Float64Min, Operator::kNoProperties, 2, 0, 1) \
|
| - V(LoadStackPointer, Operator::kNoProperties, 0, 0, 1)
|
| + V(LoadStackPointer, Operator::kNoProperties, 0, 0, 1) \
|
| + V(LoadFramePointer, Operator::kNoProperties, 0, 0, 1)
|
|
|
|
|
| #define MACHINE_TYPE_LIST(V) \
|
|
|