diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2011-05-05 21:27:14 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2011-05-05 21:27:14 +0000 |
| commit | d58fe3c55ed71c78bf2ae199c8b704305e03ee25 (patch) | |
| tree | 6057bce8005fb17596d4cc93d731c63912db471a /llvm/include | |
| parent | 9f1071831fe040e2ccae75a2142b957ca02d53c2 (diff) | |
| download | bcm5719-llvm-d58fe3c55ed71c78bf2ae199c8b704305e03ee25.tar.gz bcm5719-llvm-d58fe3c55ed71c78bf2ae199c8b704305e03ee25.zip | |
Fix typo. No functional change.
llvm-svn: 130949
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Support/StandardPasses.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/StandardPasses.h b/llvm/include/llvm/Support/StandardPasses.h index 8dfd6f98abf..e13e9fae173 100644 --- a/llvm/include/llvm/Support/StandardPasses.h +++ b/llvm/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, |

