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:
parent
33079fad04
commit
291f28ee4e
@ -78,8 +78,6 @@ SchedGraphEdge::SchedGraphEdge(SchedGraphNodeCommon* _src,
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void SchedGraphEdge::dump(int indent) const {
|
||||
std::cerr << std::string(indent*2, ' ') << *this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user