mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Oops, check in this file too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110496 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4bdeede8c7
commit
12376a8df6
@ -1707,8 +1707,8 @@ void PMStack::push(PMDataManager *PM) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Dump content of the pass manager stack.
|
// Dump content of the pass manager stack.
|
||||||
void PMStack::dump() {
|
void PMStack::dump() const {
|
||||||
for (std::deque<PMDataManager *>::iterator I = S.begin(),
|
for (std::vector<PMDataManager *>::const_iterator I = S.begin(),
|
||||||
E = S.end(); I != E; ++I)
|
E = S.end(); I != E; ++I)
|
||||||
printf("%s ", (*I)->getAsPass()->getPassName());
|
printf("%s ", (*I)->getAsPass()->getPassName());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user