Moved iterators around.

llvm-svn: 10926
This commit is contained in:
Tanya Lattner 2004-01-20 17:51:13 +00:00
parent 72494e04be
commit 7117b9751d
1 changed files with 0 additions and 2 deletions

View File

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