mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 17:32:49 +00:00
Add a prefetch intrinsic, patch contributed by Justin Wick!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20374 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9a9d7ac835
commit
f9d27a8967
@ -34,6 +34,7 @@ namespace Intrinsic {
|
||||
// Code generator intrinsics.
|
||||
returnaddress, // Yields the return address of a dynamic call frame
|
||||
frameaddress, // Yields the frame address of a dynamic call frame
|
||||
prefetch, // Prefetch a value into the cache
|
||||
|
||||
// setjmp/longjmp intrinsics.
|
||||
setjmp, // Used to represent a setjmp call in C
|
||||
|
Loading…
x
Reference in New Issue
Block a user