summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-09 05:52:49 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-09 05:52:49 +0000
commit2cf6fe9ea243fee31b274b52489f815491ce0150 (patch)
treeeaa0b17ef39e846f768ddeabcc36ad57966c5436 /llvm/docs/CommandGuide
parentdfa6ee7ca748840ecb9bcd053b96086a0d6fa44e (diff)
downloadbcm5719-llvm-2cf6fe9ea243fee31b274b52489f815491ce0150.tar.gz
bcm5719-llvm-2cf6fe9ea243fee31b274b52489f815491ce0150.zip
Fix some minor typos, again to test the auto-update of the web site.
llvm-svn: 38430
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvmc.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvmc.pod b/llvm/docs/CommandGuide/llvmc.pod
index e398a4eba80..9ff258a4a1e 100644
--- a/llvm/docs/CommandGuide/llvmc.pod
+++ b/llvm/docs/CommandGuide/llvmc.pod
@@ -145,7 +145,7 @@ this is the default level of optimization.
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 @@ aggressive inter-procedural optimization.
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.
OpenPOWER on IntegriCloud