summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-03-28 20:05:49 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-03-28 20:05:49 +0000
commit7f4ec3b2e3157e6a0798f3e95a3961bfa6ef66b6 (patch)
treefdff3dc2930839353a7c5e2fe45fbccfa060e8a8 /include/llvm
parent9db505ca9dca58421f3b819ced5112789dafba31 (diff)
First step in adding pcmarker intrinsic. Second step (soon) is adding backend support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20900 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Intrinsics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h
index fe3c7867ad4..e0a8dd7954e 100644
--- a/include/llvm/Intrinsics.h
+++ b/include/llvm/Intrinsics.h
@@ -35,6 +35,7 @@ namespace Intrinsic {
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