[llvm-commits] CVS: llvm/include/llvm/Intrinsics.h

Andrew Lenharth alenhar2 at cs.uiuc.edu
Mon Mar 28 12:06:06 PST 2005



Changes in directory llvm/include/llvm:

Intrinsics.h updated: 1.28 -> 1.29
---
Log message:

First step in adding pcmarker intrinsic.  Second step (soon) is adding backend support.

---
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.28 llvm/include/llvm/Intrinsics.h:1.29
--- llvm/include/llvm/Intrinsics.h:1.28	Mon Feb 28 13:25:57 2005
+++ llvm/include/llvm/Intrinsics.h	Mon Mar 28 14:05:49 2005
@@ -35,6 +35,7 @@
     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
+    pcmarker,       // Export a PC from near the marker
 
     // setjmp/longjmp intrinsics.
     setjmp,         // Used to represent a setjmp call in C






More information about the llvm-commits mailing list