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:
a124f94
)
Fixing a comment
author
Joe Abbey
<jabbey@arxan.com>
Mon, 21 Nov 2011 04:42:21 +0000
(
04:42
+0000)
committer
Joe Abbey
<jabbey@arxan.com>
Mon, 21 Nov 2011 04:42:21 +0000
(
04:42
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145025
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 9afc540633219bb8ac6ff611f1682e7fa7a155ed..c90bfeda1cefacae4e4e9d98c90abafd4652c70d 100644
(file)
--- a/
lib/VMCore/Pass.cpp
+++ b/
lib/VMCore/Pass.cpp
@@
-48,7
+48,7
@@
bool Pass::mustPreserveAnalysisID(char &AID) const {
return Resolver->getAnalysisIfAvailable(&AID, true) != 0;
}
-// dumpPassStructure - Implement the -debug-pass
es
=Structure option
+// dumpPassStructure - Implement the -debug-pass=Structure option
void Pass::dumpPassStructure(unsigned Offset) {
dbgs().indent(Offset*2) << getPassName() << "\n";
}