[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC32ISelDAGToDAG.cpp
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 18 13:09:05 PDT 2005
Changes in directory llvm/lib/Target/PowerPC:
PPC32ISelDAGToDAG.cpp updated: 1.11 -> 1.12
---
Log message:
Move this to the emitter
---
Diffs of the changes: (+0 -2)
PPC32ISelDAGToDAG.cpp | 2 --
1 files changed, 2 deletions(-)
Index: llvm/lib/Target/PowerPC/PPC32ISelDAGToDAG.cpp
diff -u llvm/lib/Target/PowerPC/PPC32ISelDAGToDAG.cpp:1.11 llvm/lib/Target/PowerPC/PPC32ISelDAGToDAG.cpp:1.12
--- llvm/lib/Target/PowerPC/PPC32ISelDAGToDAG.cpp:1.11 Thu Aug 18 13:46:06 2005
+++ llvm/lib/Target/PowerPC/PPC32ISelDAGToDAG.cpp Thu Aug 18 15:08:53 2005
@@ -62,8 +62,6 @@
Select(DAG.getRoot());
DAG.RemoveDeadNodes();
- DAG.viewGraph();
-
// Emit machine code to BB.
ScheduleAndEmitDAG(DAG);
}
More information about the llvm-commits
mailing list