mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
Eliminate the unwind intrinsic, it is now an instruction
llvm-svn: 8412
This commit is contained in:
parent
e8ae7bf114
commit
4a708f1061
@ -22,8 +22,6 @@ namespace LLVMIntrinsic {
|
|||||||
va_end, // Used to represent a va_end call in C
|
va_end, // Used to represent a va_end call in C
|
||||||
va_copy, // Used to represent a va_copy 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/Longjmp intrinsics...
|
||||||
setjmp, // Used to represent a setjmp call in C
|
setjmp, // Used to represent a setjmp call in C
|
||||||
longjmp, // Used to represent a longjmp call in C
|
longjmp, // Used to represent a longjmp call in C
|
||||||
|
Loading…
x
Reference in New Issue
Block a user