Remove the LLVMBuildUnwind C API function.
authorBill Wendling <isanbard@gmail.com>
Tue, 2 Aug 2011 06:20:17 +0000 (06:20 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 2 Aug 2011 06:20:17 +0000 (06:20 +0000)
commit16005253850679a34b09a70bca32a6c0233380d6
treee67e2fbb862bd91fbcc5316d3abc2fe51184bc32
parentfcb4356dee96563def584fe38eeafb3eb63c5cd8
Remove the LLVMBuildUnwind C API function.

The 'unwind' function is going away with the new EH rewrite. This is step 0 in
keeping front-ends from using it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136683 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ReleaseNotes.html
include/llvm-c/Core.h
lib/VMCore/Core.cpp