From: Tanya Lattner Date: Tue, 20 Jan 2004 17:51:13 +0000 (+0000) Subject: Moved iterators around. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=06723077ed440bb25b25908aa93002d7ac49d94f;p=oota-llvm.git Moved iterators around. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10926 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/InstrSched/SchedGraphCommon.cpp b/lib/CodeGen/InstrSched/SchedGraphCommon.cpp index d96c201c8a2..3ab79f73f3a 100644 --- a/lib/CodeGen/InstrSched/SchedGraphCommon.cpp +++ b/lib/CodeGen/InstrSched/SchedGraphCommon.cpp @@ -78,8 +78,6 @@ SchedGraphEdge::SchedGraphEdge(SchedGraphNodeCommon* _src, } - - void SchedGraphEdge::dump(int indent) const { std::cerr << std::string(indent*2, ' ') << *this; } diff --git a/lib/Target/SparcV9/InstrSched/SchedGraphCommon.cpp b/lib/Target/SparcV9/InstrSched/SchedGraphCommon.cpp index d96c201c8a2..3ab79f73f3a 100644 --- a/lib/Target/SparcV9/InstrSched/SchedGraphCommon.cpp +++ b/lib/Target/SparcV9/InstrSched/SchedGraphCommon.cpp @@ -78,8 +78,6 @@ SchedGraphEdge::SchedGraphEdge(SchedGraphNodeCommon* _src, } - - void SchedGraphEdge::dump(int indent) const { std::cerr << std::string(indent*2, ' ') << *this; }