aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSched/SchedGraphCommon.cpp
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-01-20 17:51:13 +0000
committerTanya Lattner <tonic@nondot.org>2004-01-20 17:51:13 +0000
commit06723077ed440bb25b25908aa93002d7ac49d94f (patch)
tree97ba89043e9f2794c6da221c945510bb802ff755 /lib/CodeGen/InstrSched/SchedGraphCommon.cpp
parenta105c802b2eb7a3fae9340bbb43be52399fc4548 (diff)
Moved iterators around.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10926 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSched/SchedGraphCommon.cpp')
-rw-r--r--lib/CodeGen/InstrSched/SchedGraphCommon.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/InstrSched/SchedGraphCommon.cpp b/lib/CodeGen/InstrSched/SchedGraphCommon.cpp
index d96c201c8a..3ab79f73f3 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;
}