Revert "Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VAL...
[oota-llvm.git] / include / llvm / Bitcode / LLVMBitCodes.h
index efce0fbcd80b57e237f96d1ea6050852cb9a9bf3..7cb0d7edff486d84c328404f97996a1362a8f799 100644 (file)
@@ -102,6 +102,9 @@ enum { BITCODE_CURRENT_EPOCH = 0 };
 
     // ALIAS: [alias value type, addrspace, aliasee val#, linkage, visibility]
     MODULE_CODE_ALIAS       = 14,
+
+    // METADATA_VALUES: [numvals]
+    MODULE_CODE_METADATA_VALUES = 15,
   };
 
   /// PARAMATTR blocks have code for defining a parameter attribute set.