commit | 95762124a1d781cc0f8cbc4c22e9c5c1358d7ea0 | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Thu Mar 31 21:24:06 2005 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Thu Mar 31 21:24:06 2005 +0000 |
tree | c4fdfe8fa23cb3d7879fb0e05ecd17a47e4d86b4 | |
parent | beeaab28a5643e8b17921b35d4b4af32e21562a0 [diff] [blame] |
PCMarker support for DAG and Alpha git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20965 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ 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,