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