Add a prefetch intrinsic, patch contributed by Justin Wick!

llvm-svn: 20374
This commit is contained in:
Chris Lattner 2005-02-28 19:25:57 +00:00
parent c8a2c22f36
commit 816cc5e10d
1 changed files with 1 additions and 0 deletions

View File

@ -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