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:
ecf58b9
)
Fix typo. No functional change.
author
Nick Lewycky
<nicholas@mxc.ca>
Thu, 5 May 2011 21:27:14 +0000
(21:27 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Thu, 5 May 2011 21:27:14 +0000
(21:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130949
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/StandardPasses.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/StandardPasses.h
b/include/llvm/Support/StandardPasses.h
index 8dfd6f98abfda75679a52a5a77b0f100cf0ed1ec..e13e9fae1734b12c79666f68e7fd44b2e7869eb4 100644
(file)
--- a/
include/llvm/Support/StandardPasses.h
+++ b/
include/llvm/Support/StandardPasses.h
@@
-61,7
+61,7
@@
namespace llvm {
/// \arg SimplifyLibCalls - Allow library calls to be simplified.
/// \arg HaveExceptions - Whether the module may have code using exceptions.
/// \arg InliningPass - The inlining pass to use, if any, or null. This will
- /// always be added, even at -O0.
a
+ /// always be added, even at -O0.
static inline void createStandardModulePasses(PassManagerBase *PM,
unsigned OptimizationLevel,
bool OptimizeSize,