commit | f5395cee6a24699a016b2e379cf4804b09ce5030 | [log] [tgz] |
---|---|---|
author | Jim Laskey <jlaskey@mac.com> | Fri Dec 16 22:45:29 2005 +0000 |
committer | Jim Laskey <jlaskey@mac.com> | Fri Dec 16 22:45:29 2005 +0000 |
tree | f3d1e7436810c4ed6e5bcbe66b60cb50ae866724 | |
parent | d9e0ba49a4cf288eee9b58857b92a89f5a141c4b [diff] [blame] |
Added source file/line correspondence for dwarf (PowerPC only at this point.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24748 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 30ebeb2..2fe1b0d 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -1961,6 +1961,7 @@ // Debug info case ISD::LOCATION: return "location"; + case ISD::DEBUG_LOC: return "debug_loc"; case ISD::CONDCODE: switch (cast<CondCodeSDNode>(this)->get()) {