add the 'alloc' metadata node to represent the size of offset of buffers pointed...
[oota-llvm.git] / include / llvm / LLVMContext.h
index a8306a9e7617cf848b032647d1655ed6b333ab47..d15f3e0850fe3c6db1a399a322bfbb3f88bff1f4 100644 (file)
@@ -43,7 +43,8 @@ public:
     MD_tbaa = 1, // "tbaa"
     MD_prof = 2,  // "prof"
     MD_fpmath = 3,  // "fpmath"
-    MD_range = 4 // "range"
+    MD_range = 4, // "range"
+    MD_alloc = 5 // "alloc"
   };
   
   /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.