projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39bd69a
)
Fix typo in comment
author
Brian Gaeke
<gaeke@uiuc.edu>
Sat, 28 Feb 2004 21:55:18 +0000
(21:55 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Sat, 28 Feb 2004 21:55:18 +0000
(21:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11966
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Pass.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/Pass.cpp
b/lib/VMCore/Pass.cpp
index 33f606f6cec61dc165978fc470bc77a150739b76..982de90e1d63d900c5f66eda011afa388a011ae7 100644
(file)
--- a/
lib/VMCore/Pass.cpp
+++ b/
lib/VMCore/Pass.cpp
@@
-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 intellig
a
ble name for the pass.
+// getPassName - Use C++ RTTI to get a SOMEWHAT intellig
i
ble name for the pass.
//
const char *Pass::getPassName() const {
if (const PassInfo *PI = getPassInfo())