1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Moved iterators around.

llvm-svn: 10926
This commit is contained in:
Tanya Lattner 2004-01-20 17:51:13 +00:00
parent 33079fad04
commit 291f28ee4e

View File

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