From: Chris Lattner Date: Mon, 28 Feb 2005 19:25:57 +0000 (+0000) Subject: Add a prefetch intrinsic, patch contributed by Justin Wick! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f9d27a896756c7852e13ac77d4d37469184e9b75;p=oota-llvm.git 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 --- diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h index dd490f45b98..fe3c7867ad4 100644 --- a/include/llvm/Intrinsics.h +++ b/include/llvm/Intrinsics.h @@ -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