summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-05-05 21:27:14 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-05-05 21:27:14 +0000
commit10c66120780527d5b75b2ec3da3457abe9333cbd (patch)
treecc14b71e8d8cf914c2948719732f0c491a86cbf8 /include
parentecf58b9e3c4f0d1e0abc7aa7ce95dd42c674acee (diff)
downloadllvm-10c66120780527d5b75b2ec3da3457abe9333cbd.tar.gz
llvm-10c66120780527d5b75b2ec3da3457abe9333cbd.tar.bz2
llvm-10c66120780527d5b75b2ec3da3457abe9333cbd.tar.xz
Fix typo. No functional change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130949 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/StandardPasses.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/StandardPasses.h b/include/llvm/Support/StandardPasses.h
index 8dfd6f98ab..e13e9fae17 100644
--- 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,