revert r158660, since Chris has some issues with this patch (namely using code to...
authorNuno Lopes <nunoplopes@sapo.pt>
Mon, 18 Jun 2012 23:34:26 +0000 (23:34 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Mon, 18 Jun 2012 23:34:26 +0000 (23:34 +0000)
commitf6fc855a00b57786a7a9132095165575a5e45312
tree8b9da0476de4b0d35aa6509ec99d8396d78143a7
parent90420105964371571ccacdf47771c6ca05db2e67
revert r158660, since Chris has some issues with this patch (namely using code to reprent information only used by the compiler)

Original commit msg:
add the 'alloc' metadata node to represent the size of offset of buffers pointed to by pointers.
This metadata can be attached to any instruction returning a pointer

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158688 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
include/llvm/LLVMContext.h
lib/VMCore/LLVMContext.cpp
lib/VMCore/Verifier.cpp
test/Verifier/alloc-1.ll [deleted file]
test/Verifier/alloc-2.ll [deleted file]