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

Chris Lattner lattner at cs.uiuc.edu
Thu Jan 12 18:15:15 PST 2006



Changes in directory llvm/include/llvm:

Intrinsics.h updated: 1.33 -> 1.34
---
Log message:

add new llvm.stacksave/llvm.stackrestore intrinsics


---
Diffs of the changes:  (+2 -0)

 Intrinsics.h |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/include/llvm/Intrinsics.h
diff -u llvm/include/llvm/Intrinsics.h:1.33 llvm/include/llvm/Intrinsics.h:1.34
--- llvm/include/llvm/Intrinsics.h:1.33	Fri Nov 11 10:45:18 2005
+++ llvm/include/llvm/Intrinsics.h	Thu Jan 12 20:15:02 2006
@@ -34,6 +34,8 @@
     // Code generator intrinsics.
     returnaddress,    // Yields the return address of a dynamic call frame
     frameaddress,     // Yields the frame address of a dynamic call frame
+    stacksave,        // Save the stack pointer
+    stackrestore,     // Restore the stack pointer
     prefetch,         // Prefetch a value into the cache
     pcmarker,         // Export a PC from near the marker
     readcyclecounter, // Read cycle counter register






More information about the llvm-commits mailing list