Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.85 -> 1.86 --- Log message: Add unique id to debug location for debug label use (work in progress.) --- Diffs of the changes: (+3 -2) SelectionDAGNodes.h | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.85 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.86 --- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.85 Thu Dec 22 18:46:10 2005 +++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h Wed Jan 4 09:04:11 2006 @@ -356,8 +356,9 @@ // DEBUG_LOC - This node is used to represent source line information // embedded in the code. It takes token chain as input, then a line number, - // then a column then a file id (provided by MachineDebugInfo. It produces - // a token chain as output. + // then a column then a file id (provided by MachineDebugInfo), then a + // unique id (provided by MachineDebugInfo for label gen). It produces a + // token chain as output. DEBUG_LOC, // BUILTIN_OP_END - This must be the last enum value in this list. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits