commit | 420025b04f4ca81ea1fa29a6ab995864a2dce7b6 | [log] [tgz] |
---|---|---|
author | Tanya Lattner <tonic@nondot.org> | Sun Oct 10 22:44:35 2004 +0000 |
committer | Tanya Lattner <tonic@nondot.org> | Sun Oct 10 22:44:35 2004 +0000 |
tree | 736c95f6da1f2cb113d851ada884d0d1b8ddbdde | |
parent | 90a2adc8669e6a8529a09353bfcee116c998e4f1 [diff] [blame] |
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
diff --git a/lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp b/lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp index 17b3855..2b246ca 100644 --- a/lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp +++ b/lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp
@@ -91,7 +91,7 @@ //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();