[llvm-commits] CVS: llvm/lib/Target/TargetSelectionDAG.td
Jim Laskey
jlaskey at apple.com
Fri Dec 16 14:45:43 PST 2005
Changes in directory llvm/lib/Target:
TargetSelectionDAG.td updated: 1.26 -> 1.27
---
Log message:
Added source file/line correspondence for dwarf (PowerPC only at this point.)
---
Diffs of the changes: (+10 -0)
TargetSelectionDAG.td | 10 ++++++++++
1 files changed, 10 insertions(+)
Index: llvm/lib/Target/TargetSelectionDAG.td
diff -u llvm/lib/Target/TargetSelectionDAG.td:1.26 llvm/lib/Target/TargetSelectionDAG.td:1.27
--- llvm/lib/Target/TargetSelectionDAG.td:1.26 Thu Dec 15 13:49:22 2005
+++ llvm/lib/Target/TargetSelectionDAG.td Fri Dec 16 16:45:29 2005
@@ -415,3 +415,13 @@
string SelectFunc = fn;
list<SDNode> RootNodes = roots;
}
+
+//===----------------------------------------------------------------------===//
+// Dwarf support.
+//
+def SDT_dwarf_loc : SDTypeProfile<0, 3,
+ [SDTCisInt<0>, SDTCisInt<1>, SDTCisInt<2>]>;
+def dwarf_loc : SDNode<"ISD::DEBUG_LOC", SDT_dwarf_loc,[SDNPHasChain]>;
+
+
+
More information about the llvm-commits
mailing list