[llvm-commits] [llvm] r38430 - /llvm/trunk/docs/CommandGuide/llvmc.pod

Reid Spencer reid at x10sys.com
Sun Jul 8 22:52:49 PDT 2007


Author: reid
Date: Mon Jul  9 00:52:49 2007
New Revision: 38430

URL: http://llvm.org/viewvc/llvm-project?rev=38430&view=rev
Log:
Fix some minor typos, again to test the auto-update of the web site.

Modified:
    llvm/trunk/docs/CommandGuide/llvmc.pod

Modified: llvm/trunk/docs/CommandGuide/llvmc.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvmc.pod?rev=38430&r1=38429&r2=38430&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/llvmc.pod (original)
+++ llvm/trunk/docs/CommandGuide/llvmc.pod Mon Jul  9 00:52:49 2007
@@ -145,7 +145,7 @@
 This level of optimization specifies a balance between generating good code 
 that will execute reasonably quickly and not spending too much time optimizing
 the code to get there. For example, this level of optimization may include 
-things like global common subexpression elimination, aggressive dead code 
+things like global common sub-expression elimination, aggressive dead code 
 elimination, and scalar replication.
 
 =item B<-O3> (aggressive optimization)
@@ -173,7 +173,7 @@
 
 This is the same as B<-O5> except that it employs profile-guided
 re-optimization of the program after it has executed. Note that this implies
-a single level of re-optimization based on runtime profile analysis. Once
+a single level of re-optimization based on run time profile analysis. Once
 the re-optimization has completed, the profiling instrumentation is
 removed and final optimizations are employed.
 





More information about the llvm-commits mailing list