[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp

Chris Lattner sabre at nondot.org
Fri Feb 16 22:38:54 PST 2007



Changes in directory llvm/lib/CodeGen/SelectionDAG:

ScheduleDAG.cpp updated: 1.121 -> 1.122
---
Log message:

print target nodes nicely


---
Diffs of the changes:  (+1 -1)

 ScheduleDAG.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp:1.121 llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp:1.122
--- llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp:1.121	Thu Feb 15 12:19:15 2007
+++ llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp	Sat Feb 17 00:38:37 2007
@@ -307,7 +307,7 @@
         cerr << "Register class of operand and regclass of use don't agree!\n";
 #ifndef NDEBUG
         cerr << "Operand = " << IIOpNum << "\n";
-        cerr << "Op->Val = "; Op.Val->dump(0); cerr << "\n";
+        cerr << "Op->Val = "; Op.Val->dump(&DAG); cerr << "\n";
         cerr << "MI = "; MI->print(cerr);
         cerr << "VReg = " << VReg << "\n";
         cerr << "VReg RegClass     size = " << VRC->getSize()






More information about the llvm-commits mailing list