From 8d8d361e207dda8421a0cd975a549d08dd4403a2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 8 Sep 2003 19:44:47 +0000 Subject: [PATCH] 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 --- include/llvm/Intrinsics.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h index 6445eff6be7..12cf378f651 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