| Index: src/compiler/machine-operator-unittest.cc
|
| diff --git a/src/compiler/machine-operator-unittest.cc b/src/compiler/machine-operator-unittest.cc
|
| index 6aaf06f7510d4c8ef280596deb4c79b47409ef64..cb93ce76c6115b9edb49b332c62ab0f1a3375bd0 100644
|
| --- a/src/compiler/machine-operator-unittest.cc
|
| +++ b/src/compiler/machine-operator-unittest.cc
|
| @@ -213,8 +213,8 @@ const PureOperator kPureOperators[] = {
|
| PURE(TruncateInt64ToInt32, 1, 1), PURE(Float64Add, 2, 1),
|
| PURE(Float64Sub, 2, 1), PURE(Float64Mul, 2, 1),
|
| PURE(Float64Div, 2, 1), PURE(Float64Mod, 2, 1),
|
| - PURE(Float64Equal, 2, 1), PURE(Float64LessThan, 2, 1),
|
| - PURE(Float64LessThanOrEqual, 2, 1)
|
| + PURE(Float64Sqrt, 1, 1), PURE(Float64Equal, 2, 1),
|
| + PURE(Float64LessThan, 2, 1), PURE(Float64LessThanOrEqual, 2, 1)
|
| #undef PURE
|
| };
|
|
|
|
|