summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-10-10 22:44:35 +0000
committerTanya Lattner <tonic@nondot.org>2004-10-10 22:44:35 +0000
commitdbac0cb21eefa2435fb2d9dbed4c2c426a482695 (patch)
tree8e8086a621a497a88f63243bc2de7d4236942479 /llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp
parentf6d9ceebc65cfef60cf9c1b2a8b156a87566b02d (diff)
downloadbcm5719-llvm-dbac0cb21eefa2435fb2d9dbed4c2c426a482695.tar.gz
bcm5719-llvm-dbac0cb21eefa2435fb2d9dbed4c2c426a482695.zip
Added debug information. Fixed several bugs in the reconstruct loop function.
llvm-svn: 16895
Diffstat (limited to 'llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp')
-rw-r--r--llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp b/llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp
index 17b38553685..2b246ca674e 100644
--- a/llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp
+++ b/llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp
@@ -91,7 +91,7 @@ MSchedGraph::MSchedGraph(const MachineBasicBlock *bb, const TargetMachine &targ)
//Make sure BB is not null,
assert(BB != NULL && "Basic Block is null");
- DEBUG(std::cerr << "Constructing graph for " << bb << "\n");
+ //DEBUG(std::cerr << "Constructing graph for " << bb << "\n");
//Create nodes and edges for this BB
buildNodesAndEdges();
OpenPOWER on IntegriCloud