Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 5df4b8f42881e0dafc2ddf543b5536e735720c77..2a2a61dc6eaffadb2a3c5823fb5bf89228ac0182 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -145,6 +145,7 @@ |
V(JSStoreNamedOwn) \ |
V(JSStoreGlobal) \ |
V(JSStoreDataPropertyInLiteral) \ |
+ V(JSCollectTypeProfile) \ |
V(JSDeleteProperty) \ |
V(JSHasProperty) \ |
V(JSGetSuperConstructor) |