| Index: test/unittests/compiler/machine-operator-unittest.cc
|
| diff --git a/test/unittests/compiler/machine-operator-unittest.cc b/test/unittests/compiler/machine-operator-unittest.cc
|
| index db73a8155c1277c333180cfdc1de8b44c4a01bf5..4f56181242aec936e3e00840aaaab948852101dd 100644
|
| --- a/test/unittests/compiler/machine-operator-unittest.cc
|
| +++ b/test/unittests/compiler/machine-operator-unittest.cc
|
| @@ -201,7 +201,7 @@ const PureOperator kPureOperators[] = {
|
| PURE(Float64Mul, 2, 1), PURE(Float64Div, 2, 1),
|
| PURE(Float64Mod, 2, 1), PURE(Float64Sqrt, 1, 1),
|
| PURE(Float64Equal, 2, 1), PURE(Float64LessThan, 2, 1),
|
| - PURE(Float64LessThanOrEqual, 2, 1)
|
| + PURE(Float64LessThanOrEqual, 2, 1), PURE(LoadStackPointer, 0, 1)
|
| #undef PURE
|
| };
|
|
|
|
|