Index: src/compiler/js-operator.cc |
diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc |
index f577a455a8ee06c3a78fac6bd97eb9c4722be1f1..fe9be9a3ec2476aca1d8906f684e5b566927c0ab 100644 |
--- a/src/compiler/js-operator.cc |
+++ b/src/compiler/js-operator.cc |
@@ -480,6 +480,7 @@ CompareOperationHint CompareOperationHintOf(const Operator* op) { |
V(StoreMessage, Operator::kNoThrow, 1, 0) \ |
V(GeneratorRestoreContinuation, Operator::kNoThrow, 1, 1) \ |
V(StackCheck, Operator::kNoWrite, 0, 0) \ |
+ V(GetSuperConstructor, Operator::kNoWrite, 1, 1) \ |
V(StoreDataPropertyInLiteral, Operator::kNoProperties, 5, 0) |
#define BINARY_OP_LIST(V) \ |