aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAGNodes.h
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-01-04 15:04:11 +0000
committerJim Laskey <jlaskey@mac.com>2006-01-04 15:04:11 +0000
commit5bf6f25b4a888afaf3e37acd18c43186d45cac2e (patch)
treeb2007705505661cae56a30ea0e6910d5dd5b0774 /include/llvm/CodeGen/SelectionDAGNodes.h
parent7d78a2ab7e3575561a15abd5bd386ea4a0301b23 (diff)
Add unique id to debug location for debug label use (work in progress.)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25096 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGNodes.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAGNodes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h
index 21d4335720..800ad3932b 100644
--- a/include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -356,8 +356,9 @@ namespace ISD {
// 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.