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:
Chris Lattner 2005-02-28 19:25:57 +00:00
parent 9a9d7ac835
commit f9d27a8967

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