| Index: src/compiler/machine-operator.cc
|
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc
|
| index 35e0e5419a2d7840458407e0ea187d204ed3694c..e88c792ec1d0b4934633c264b77943367486f8b9 100644
|
| --- a/src/compiler/machine-operator.cc
|
| +++ b/src/compiler/machine-operator.cc
|
| @@ -119,7 +119,8 @@ struct StaticParameterTraits<LoadRepresentation> {
|
| V(Float64Sqrt, Operator::kNoProperties, 1, 1) \
|
| V(Float64Equal, Operator::kCommutative, 2, 1) \
|
| V(Float64LessThan, Operator::kNoProperties, 2, 1) \
|
| - V(Float64LessThanOrEqual, Operator::kNoProperties, 2, 1)
|
| + V(Float64LessThanOrEqual, Operator::kNoProperties, 2, 1) \
|
| + V(LoadStackPointer, Operator::kNoProperties, 0, 1)
|
|
|
|
|
| #define MACHINE_TYPE_LIST(V) \
|
|
|