aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-03-31 21:24:06 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-03-31 21:24:06 +0000
commit95762124a1d781cc0f8cbc4c22e9c5c1358d7ea0 (patch)
treec4fdfe8fa23cb3d7879fb0e05ecd17a47e4d86b4 /include/llvm/CodeGen
parentbeeaab28a5643e8b17921b35d4b4af32e21562a0 (diff)
downloadexternal_llvm-95762124a1d781cc0f8cbc4c22e9c5c1358d7ea0.zip
external_llvm-95762124a1d781cc0f8cbc4c22e9c5c1358d7ea0.tar.gz
external_llvm-95762124a1d781cc0f8cbc4c22e9c5c1358d7ea0.tar.bz2
PCMarker support for DAG and Alpha
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20965 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/SelectionDAGNodes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h
index 455d91a..80c9428 100644
--- a/include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -225,6 +225,8 @@ namespace ISD {
ADJCALLSTACKDOWN, // Beginning of a call sequence
ADJCALLSTACKUP, // End of a call sequence
+ // PCMARKER - This corrosponds to the pcmarker intrinsic.
+ PCMARKER,
// BUILTIN_OP_END - This must be the last enum value in this list.
BUILTIN_OP_END,