summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-25 22:35:01 +0000
committerChris Lattner <sabre@nondot.org>2003-08-25 22:35:01 +0000
commitbfa964699f2ee6390a713bd1f77953d61e38e93d (patch)
tree8b5ca4cc0f74152f80d23cb544efb396cfb9db79 /include
parentf30862f33ba8cdf90aa032e478ade6f2ce1fc0c6 (diff)
downloadllvm-bfa964699f2ee6390a713bd1f77953d61e38e93d.tar.gz
llvm-bfa964699f2ee6390a713bd1f77953d61e38e93d.tar.bz2
llvm-bfa964699f2ee6390a713bd1f77953d61e38e93d.tar.xz
As it turns out, things will be simpler than I first expected. We no longer
need any exception handling intrinsics beyond llvm.unwind. (yaay) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8145 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Intrinsics.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h
index 6c7f6c534a..6445eff6be 100644
--- a/include/llvm/Intrinsics.h
+++ b/include/llvm/Intrinsics.h
@@ -24,10 +24,6 @@ namespace LLVMIntrinsic {
unwind, // Unwind stack until containing invoke is found
- // Exception handling intrinsics...
- exc_setcurrent, // Set the current pending exception
- exc_getcurrent, // Get the current pending exception
-
// Setjmp/Longjmp intrinsics...
setjmp, // Used to represent a setjmp call in C
longjmp, // Used to represent a longjmp call in C