revert r158660, since Chris has some issues with this patch (namely using code to...
[oota-llvm.git] / include / llvm / LLVMContext.h
index d15f3e0850fe3c6db1a399a322bfbb3f88bff1f4..a8306a9e7617cf848b032647d1655ed6b333ab47 100644 (file)
@@ -43,8 +43,7 @@ public:
     MD_tbaa = 1, // "tbaa"
     MD_prof = 2,  // "prof"
     MD_fpmath = 3,  // "fpmath"
-    MD_range = 4, // "range"
-    MD_alloc = 5 // "alloc"
+    MD_range = 4 // "range"
   };
   
   /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.