diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-01-31 01:46:13 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-01-31 01:46:13 +0000 |
commit | 9a5c0e8d9378d11cb5250265cf521db32968a56e (patch) | |
tree | e2289ce8fe9f6766f40ed31e81f650871aaadc4e /include/llvm-c | |
parent | 08d01462d13fdfac756a8bd0f38bbfbceb247403 (diff) |
Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy
over the catch information. The catch information is now tacked to the invoke
instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149326 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r-- | include/llvm-c/Core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index ba48d1fe06..4c3b009ef2 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -481,8 +481,6 @@ LLVMTypeRef LLVMX86MMXType(void); macro(IntrinsicInst) \ macro(DbgInfoIntrinsic) \ macro(DbgDeclareInst) \ - macro(EHExceptionInst) \ - macro(EHSelectorInst) \ macro(MemIntrinsic) \ macro(MemCpyInst) \ macro(MemMoveInst) \ |