forked from OSchip/llvm-project
Add a prefetch intrinsic, patch contributed by Justin Wick!
llvm-svn: 20374
This commit is contained in:
parent
c8a2c22f36
commit
816cc5e10d
|
@ -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…
Reference in New Issue