mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-29 13:32:33 +00:00
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
This commit is contained in:
parent
ee5457cbe8
commit
8d8d361e20
@ -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