Added debug information. Fixed several bugs in the reconstruct loop function.
[oota-llvm.git] / lib / CodeGen / ModuloScheduling / MSchedGraph.cpp
index 17b38553685ba59a47c742fa10e7415c2afdb54a..2b246ca674edee38d9a536fc341c680432c816e8 100644 (file)
@@ -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();