mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fixing a comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a124f94952
commit
62faf77278
@ -48,7 +48,7 @@ bool Pass::mustPreserveAnalysisID(char &AID) const {
|
||||
return Resolver->getAnalysisIfAvailable(&AID, true) != 0;
|
||||
}
|
||||
|
||||
// dumpPassStructure - Implement the -debug-passes=Structure option
|
||||
// dumpPassStructure - Implement the -debug-pass=Structure option
|
||||
void Pass::dumpPassStructure(unsigned Offset) {
|
||||
dbgs().indent(Offset*2) << getPassName() << "\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user