aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-08 19:44:47 +0000
committerChris Lattner <sabre@nondot.org>2003-09-08 19:44:47 +0000
commit8d8d361e207dda8421a0cd975a549d08dd4403a2 (patch)
treeed860d5897dd32f1a99b6745b67895fbd1f274c9 /include
parentee5457cbe88b7f691f774de8515d9a94226d1b00 (diff)
downloadexternal_llvm-8d8d361e207dda8421a0cd975a549d08dd4403a2.zip
external_llvm-8d8d361e207dda8421a0cd975a549d08dd4403a2.tar.gz
external_llvm-8d8d361e207dda8421a0cd975a549d08dd4403a2.tar.bz2
Eliminate the unwind intrinsic, it is now an instruction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8412 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Intrinsics.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h
index 6445eff..12cf378 100644
--- a/include/llvm/Intrinsics.h
+++ b/include/llvm/Intrinsics.h
@@ -22,8 +22,6 @@ namespace LLVMIntrinsic {
va_end, // Used to represent a va_end call in C
va_copy, // Used to represent a va_copy call in C
- unwind, // Unwind stack until containing invoke is found
-
// Setjmp/Longjmp intrinsics...
setjmp, // Used to represent a setjmp call in C
longjmp, // Used to represent a longjmp call in C