aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Intrinsics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h
index 8829b05209..d59121be51 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