revert r158660, since Chris has some issues with this patch (namely using code to...
[oota-llvm.git] / lib / VMCore / LLVMContext.cpp
index a140543a51e5901b8ad8157a4af941b2d362067d..f07f0b3939262db465d801c7ce484a55c40c7ca3 100644 (file)
@@ -53,11 +53,6 @@ LLVMContext::LLVMContext() : pImpl(new LLVMContextImpl(*this)) {
   unsigned RangeID = getMDKindID("range");
   assert(RangeID == MD_range && "range kind id drifted");
   (void)RangeID;
-
-  // Create the 'alloc' metadata kind.
-  unsigned AllocID = getMDKindID("alloc");
-  assert(AllocID == MD_alloc && "alloc kind id drifted");
-  (void)AllocID;
 }
 LLVMContext::~LLVMContext() { delete pImpl; }