[llvm-commits] [llvm] r130949 - /llvm/trunk/include/llvm/Support/StandardPasses.h

Nick Lewycky nicholas at mxc.ca
Thu May 5 14:27:15 PDT 2011


Author: nicholas
Date: Thu May  5 16:27:14 2011
New Revision: 130949

URL: http://llvm.org/viewvc/llvm-project?rev=130949&view=rev
Log:
Fix typo. No functional change.

Modified:
    llvm/trunk/include/llvm/Support/StandardPasses.h

Modified: llvm/trunk/include/llvm/Support/StandardPasses.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/StandardPasses.h?rev=130949&r1=130948&r2=130949&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/StandardPasses.h (original)
+++ llvm/trunk/include/llvm/Support/StandardPasses.h Thu May  5 16:27:14 2011
@@ -61,7 +61,7 @@
   /// \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,





More information about the llvm-commits mailing list