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 | a4237652d223dc37c8d84bc12788422f3aa979f9 (patch) | |
tree | 00ce52d2f92d50cf448def3df2ebc554b74dcce2 /llvm/include/llvm-c | |
parent | 496cdc2cb75b9910eeee089610c98a48391076ee (diff) | |
download | bcm5719-llvm-a4237652d223dc37c8d84bc12788422f3aa979f9.tar.gz bcm5719-llvm-a4237652d223dc37c8d84bc12788422f3aa979f9.zip |
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.
llvm-svn: 149326
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r-- | llvm/include/llvm-c/Core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index ba48d1fe069..4c3b009ef28 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/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) \ |