Index: src/compiler/simplified-operator.cc |
diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc |
index 04986e92d6426ea52da6d98b5e2a3af54f2a1e86..d60efb4068057fdfbaf4bcd7ac5227f0742e1535 100644 |
--- a/src/compiler/simplified-operator.cc |
+++ b/src/compiler/simplified-operator.cc |
@@ -177,6 +177,7 @@ const ElementAccess& ElementAccessOf(const Operator* op) { |
V(NumberToUint32, Operator::kNoProperties, 1) \ |
V(NumberIsHoleNaN, Operator::kNoProperties, 1) \ |
V(PlainPrimitiveToNumber, Operator::kNoProperties, 1) \ |
+ V(StringToNumber, Operator::kNoProperties, 1) \ |
V(ChangeTaggedToInt32, Operator::kNoProperties, 1) \ |
V(ChangeTaggedToUint32, Operator::kNoProperties, 1) \ |
V(ChangeTaggedToFloat64, Operator::kNoProperties, 1) \ |