projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d973e4
)
Move this to the emitter
author
Chris Lattner
<sabre@nondot.org>
Thu, 18 Aug 2005 20:08:53 +0000
(20:08 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 18 Aug 2005 20:08:53 +0000
(20:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22877
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
index 1fa7f37faf3949f5e7131f626743f8a40520f3fd..3265b0a96012782a569ebf6a0eda0446e9ea5259 100644
(file)
--- a/
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
+++ b/
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
@@
-62,8
+62,6
@@
namespace {
Select(DAG.getRoot());
DAG.RemoveDeadNodes();
- DAG.viewGraph();
-
// Emit machine code to BB.
ScheduleAndEmitDAG(DAG);
}