| Index: src/compiler/machine-operator.cc
|
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc
|
| index 35fd6e342302913b76b11bcfd5efd32b1865a149..ffdd15b5a063ddf71456a11744cb841617a19732 100644
|
| --- a/src/compiler/machine-operator.cc
|
| +++ b/src/compiler/machine-operator.cc
|
| @@ -172,6 +172,7 @@ CheckedStoreRepresentation CheckedStoreRepresentationOf(Operator const* op) {
|
| V(Word32Ctz, Operator::kNoProperties, 1, 0, 1) \
|
| V(Word64Ctz, Operator::kNoProperties, 1, 0, 1) \
|
| V(Word32Popcnt, Operator::kNoProperties, 1, 0, 1) \
|
| + V(Word64Popcnt, Operator::kNoProperties, 1, 0, 1) \
|
| V(Float32Max, Operator::kNoProperties, 2, 0, 1) \
|
| V(Float32Min, Operator::kNoProperties, 2, 0, 1) \
|
| V(Float64Max, Operator::kNoProperties, 2, 0, 1) \
|
|
|