summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched
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
commit7117b9751dc72a2e6dbd14a91d6b7e700bae693e (patch)
treedf39abd45bca700065ab2989cf21311ebaec0afc /llvm/lib/CodeGen/InstrSched
parent72494e04be1d7a0ab92f457dee5606b60c9dd09b (diff)
downloadbcm5719-llvm-7117b9751dc72a2e6dbd14a91d6b7e700bae693e.tar.gz
bcm5719-llvm-7117b9751dc72a2e6dbd14a91d6b7e700bae693e.zip
Moved iterators around.
llvm-svn: 10926
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched')
-rw-r--r--llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp b/llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp
index d96c201c8a2..3ab79f73f3a 100644
--- a/llvm/lib/CodeGen/InstrSched/SchedGraphCommon.cpp
+++ b/llvm/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;
}
OpenPOWER on IntegriCloud