| Index: src/compiler/machine-operator.cc
|
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc
|
| index 2267eef7faaff3f02bb7dac80031f170a9660332..e4feeaea42da52addcf6052680c764499f2fa2ce 100644
|
| --- a/src/compiler/machine-operator.cc
|
| +++ b/src/compiler/machine-operator.cc
|
| @@ -157,7 +157,6 @@
|
| V(Float64Abs, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float64Atan, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float64Atan2, Operator::kNoProperties, 2, 0, 1) \
|
| - V(Float64Exp, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float64Log, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float64Log1p, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float64Log2, Operator::kNoProperties, 1, 0, 1) \
|
|
|