[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Thu Mar 31 13:24:23 PST 2005
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.21 -> 1.22
---
Log message:
PCMarker support for DAG and Alpha
---
Diffs of the changes: (+2 -0)
SelectionDAGNodes.h | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.21 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.22
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.21 Fri Jan 21 15:39:38 2005
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h Thu Mar 31 15:24:06 2005
@@ -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,
More information about the llvm-commits
mailing list