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
This commit is contained in:
Chris Lattner 2003-09-08 19:44:47 +00:00
parent ee5457cbe8
commit 8d8d361e20

View File

@ -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