diff options
Diffstat (limited to 'lib/CodeGen/ModuloScheduling/MSchedGraph.cpp')
-rw-r--r-- | lib/CodeGen/ModuloScheduling/MSchedGraph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp b/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp index 17b3855..2b246ca 100644 --- a/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp +++ b/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(); |