aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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