diff options
author | Jim Laskey <jlaskey@mac.com> | 2005-12-16 22:45:29 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2005-12-16 22:45:29 +0000 |
commit | 7c462768ed4d2313a2110571fe1ebda893c3ce4f (patch) | |
tree | bb6998a616f4ec6f48007277ea7f7c2709344074 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | 887af88ce3c3eb41b17ff66fda84ffc4d36166a2 (diff) | |
download | bcm5719-llvm-7c462768ed4d2313a2110571fe1ebda893c3ce4f.tar.gz bcm5719-llvm-7c462768ed4d2313a2110571fe1ebda893c3ce4f.zip |
Added source file/line correspondence for dwarf (PowerPC only at this point.)
llvm-svn: 24748
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 30ebeb2b8e9..2fe1b0df0de 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -1961,6 +1961,7 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const { // Debug info case ISD::LOCATION: return "location"; + case ISD::DEBUG_LOC: return "debug_loc"; case ISD::CONDCODE: switch (cast<CondCodeSDNode>(this)->get()) { |