add new llvm.stacksave/llvm.stackrestore intrinsics
authorChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 02:15:02 +0000 (02:15 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 02:15:02 +0000 (02:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25265 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Intrinsics.h

index 8829b052095f5d4031b7c7fbb2146d0364566108..d59121be51a462fb45aa13ba80cb7c71df01b97b 100644 (file)
@@ -34,6 +34,8 @@ 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
+    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