mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11966 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
39bd69aa55
commit
f822ee999f
@ -182,7 +182,7 @@ void Pass::dumpPassStructure(unsigned Offset) {
|
||||
std::cerr << std::string(Offset*2, ' ') << getPassName() << "\n";
|
||||
}
|
||||
|
||||
// getPassName - Use C++ RTTI to get a SOMEWHAT intelligable name for the pass.
|
||||
// getPassName - Use C++ RTTI to get a SOMEWHAT intelligible name for the pass.
|
||||
//
|
||||
const char *Pass::getPassName() const {
|
||||
if (const PassInfo *PI = getPassInfo())
|
||||
|
Loading…
x
Reference in New Issue
Block a user