projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee5457c
)
Eliminate the unwind intrinsic, it is now an instruction
author
Chris Lattner
<sabre@nondot.org>
Mon, 8 Sep 2003 19:44:47 +0000
(19:44 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 8 Sep 2003 19:44:47 +0000
(19:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8412
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Intrinsics.h
patch
|
blob
|
history
diff --git
a/include/llvm/Intrinsics.h
b/include/llvm/Intrinsics.h
index 6445eff6be756bed91e6e5c2c57e1956e38d0e22..12cf378f651c12684588ba187dcd4f8e3d83fdc6 100644
(file)
--- 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