diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-10-10 22:44:35 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-10-10 22:44:35 +0000 |
commit | 420025b04f4ca81ea1fa29a6ab995864a2dce7b6 (patch) | |
tree | 736c95f6da1f2cb113d851ada884d0d1b8ddbdde /lib/CodeGen/ModuloScheduling/MSchedGraph.cpp | |
parent | 90a2adc8669e6a8529a09353bfcee116c998e4f1 (diff) |
Added debug information. Fixed several bugs in the reconstruct loop function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16895 91177308-0d34-0410-b5e6-96231b3b80d8
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 17b3855368..2b246ca674 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(); |