| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index f2649994870cb844fba63f2d06d77c4430237e3a..df3d53c11fa0ce30389a6d74e197168e23b2b96b 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -402,6 +402,7 @@ NumberOperationHint NumberOperationHintOf(const Operator* op) {
|
| V(NumberTrunc, Operator::kNoProperties, 1, 0) \
|
| V(NumberToInt32, Operator::kNoProperties, 1, 0) \
|
| V(NumberToUint32, Operator::kNoProperties, 1, 0) \
|
| + V(NumberToString, Operator::kNoProperties, 2, 0) \
|
| V(NumberSilenceNaN, Operator::kNoProperties, 1, 0) \
|
| V(StringCharCodeAt, Operator::kNoProperties, 2, 1) \
|
| V(StringFromCharCode, Operator::kNoProperties, 1, 0) \
|
|
|