Fix typo. No functional change.

llvm-svn: 130949
This commit is contained in:
Nick Lewycky 2011-05-05 21:27:14 +00:00
parent a84abb2226
commit aed53f33f0

View File

@ -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,