Index: src/compiler/simplified-operator.cc |
diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc |
index ed18ffac406d06b9eeccfa6a6e717289a6df4c2a..5c68e539ae49904c498c982ca80912cee188ffb0 100644 |
--- a/src/compiler/simplified-operator.cc |
+++ b/src/compiler/simplified-operator.cc |
@@ -214,6 +214,7 @@ BinaryOperationHints::Hint BinaryOperationHintOf(const Operator* op) { |
V(NumberToUint32, Operator::kNoProperties, 1) \ |
V(NumberIsHoleNaN, Operator::kNoProperties, 1) \ |
V(NumberSilenceNaN, Operator::kNoProperties, 1) \ |
+ V(NumberConvertHoleNaN, Operator::kNoProperties, 1) \ |
V(StringFromCharCode, Operator::kNoProperties, 1) \ |
V(StringToNumber, Operator::kNoProperties, 1) \ |
V(PlainPrimitiveToNumber, Operator::kNoWrite, 1) \ |