Index: src/compiler/js-operator.cc |
diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc |
index 0e1d0023812177ade43e8e584ac6c200bdb933eb..364b542f21cc96964193f9119746daeba88ce720 100644 |
--- a/src/compiler/js-operator.cc |
+++ b/src/compiler/js-operator.cc |
@@ -445,6 +445,7 @@ CompareOperationHint CompareOperationHintOf(const Operator* op) { |
V(ToString, Operator::kNoProperties, 1, 1) \ |
V(Create, Operator::kEliminatable, 2, 1) \ |
V(CreateIterResultObject, Operator::kEliminatable, 2, 1) \ |
+ V(CreateKeyValueArray, Operator::kEliminatable, 2, 1) \ |
V(HasProperty, Operator::kNoProperties, 2, 1) \ |
V(TypeOf, Operator::kPure, 1, 1) \ |
V(InstanceOf, Operator::kNoProperties, 2, 1) \ |