Moved iterators around.
authorTanya Lattner <tonic@nondot.org>
Tue, 20 Jan 2004 17:51:13 +0000 (17:51 +0000)
committerTanya Lattner <tonic@nondot.org>
Tue, 20 Jan 2004 17:51:13 +0000 (17:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10926 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InstrSched/SchedGraphCommon.cpp
lib/Target/SparcV9/InstrSched/SchedGraphCommon.cpp

index d96c201c8a2cf3c717a56aaa89a3e17c4a697f53..3ab79f73f3a46bb52a2e708f1b1c4e39f5a9aa94 100644 (file)
@@ -78,8 +78,6 @@ SchedGraphEdge::SchedGraphEdge(SchedGraphNodeCommon* _src,
 }
 
 
-
-
 void SchedGraphEdge::dump(int indent) const {
   std::cerr << std::string(indent*2, ' ') << *this; 
 }
index d96c201c8a2cf3c717a56aaa89a3e17c4a697f53..3ab79f73f3a46bb52a2e708f1b1c4e39f5a9aa94 100644 (file)
@@ -78,8 +78,6 @@ SchedGraphEdge::SchedGraphEdge(SchedGraphNodeCommon* _src,
 }
 
 
-
-
 void SchedGraphEdge::dump(int indent) const {
   std::cerr << std::string(indent*2, ' ') << *this; 
 }