| Index: src/compiler/machine-operator.cc
|
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc
|
| index 1b94f2fae3481eef1b3fa0e2c90c18601f9a4137..f4c680aeb73ffd06f1503b636e3a5c26961c5af1 100644
|
| --- a/src/compiler/machine-operator.cc
|
| +++ b/src/compiler/machine-operator.cc
|
| @@ -135,7 +135,6 @@
|
| V(ChangeFloat32ToFloat64, Operator::kNoProperties, 1, 0, 1) \
|
| V(ChangeFloat64ToInt32, Operator::kNoProperties, 1, 0, 1) \
|
| V(ChangeFloat64ToUint32, Operator::kNoProperties, 1, 0, 1) \
|
| - V(TruncateFloat32ToInt64, Operator::kNoProperties, 1, 0, 1) \
|
| V(TruncateFloat64ToInt64, Operator::kNoProperties, 1, 0, 1) \
|
| V(TruncateFloat64ToUint64, Operator::kNoProperties, 1, 0, 1) \
|
| V(ChangeInt32ToFloat64, Operator::kNoProperties, 1, 0, 1) \
|
|
|