[llvm-commits] CVS: llvm/include/llvm/Intrinsics.h
Chris Lattner
lattner at cs.uiuc.edu
Mon Feb 28 11:26:11 PST 2005
Changes in directory llvm/include/llvm:
Intrinsics.h updated: 1.27 -> 1.28
---
Log message:
Add a prefetch intrinsic, patch contributed by Justin Wick!
---
Diffs of the changes: (+1 -0)
Intrinsics.h | 1 +
1 files changed, 1 insertion(+)
Index: llvm/include/llvm/Intrinsics.h
diff -u llvm/include/llvm/Intrinsics.h:1.27 llvm/include/llvm/Intrinsics.h:1.28
--- llvm/include/llvm/Intrinsics.h:1.27 Fri Oct 29 13:43:43 2004
+++ llvm/include/llvm/Intrinsics.h Mon Feb 28 13:25:57 2005
@@ -34,6 +34,7 @@
// 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
More information about the llvm-commits
mailing list