Adding a collector name attribute to Function in the IR. These
[oota-llvm.git] / include / llvm / Bitcode / LLVMBitCodes.h
index f62af5e17c656a918cec8c088e211f112e90c47d..32311b26d90baf3866841e71ebc82c8017f6abea 100644 (file)
@@ -58,7 +58,9 @@ namespace bitc {
     MODULE_CODE_ALIAS       = 9,
     
     /// MODULE_CODE_PURGEVALS: [numvals]
-    MODULE_CODE_PURGEVALS   = 10
+    MODULE_CODE_PURGEVALS   = 10,
+    
+    MODULE_CODE_COLLECTORNAME = 11   // COLLECTORNAME: [strchr x N]
   };
   
   /// PARAMATTR blocks have code for defining a parameter attribute set.