From: Chris Lattner Date: Fri, 13 Jan 2006 02:15:02 +0000 (+0000) Subject: add new llvm.stacksave/llvm.stackrestore intrinsics X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2113db8b3fa93c21d78fa1db282fb481c4328b68;p=oota-llvm.git add new llvm.stacksave/llvm.stackrestore intrinsics git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25265 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h index 8829b052095..d59121be51a 100644 --- a/include/llvm/Intrinsics.h +++ b/include/llvm/Intrinsics.h @@ -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