summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-09 16:00:28 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-09 16:00:28 +0000
commit2543a220355f78555e93522338e2651fa2af8e12 (patch)
tree400a7b16d5a9b1b56be1bb1352c4f42a45fb256c /llvm/docs/ProgrammersManual.html
parenta7974ccd97192ca531d3153cea1d119d80774eb6 (diff)
downloadbcm5719-llvm-2543a220355f78555e93522338e2651fa2af8e12.tar.gz
bcm5719-llvm-2543a220355f78555e93522338e2651fa2af8e12.zip
Change a reference to gccas to a reference to opt.
llvm-svn: 34095
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index 9b29c9bb622..5393d7fd7d6 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -575,7 +575,7 @@ $ opt -stats -mypassname &lt; program.bc &gt; /dev/null
</pre>
</div>
- <p> When running <tt>gccas</tt> on a C file from the SPEC benchmark
+ <p> When running <tt>opt</tt> on a C file from the SPEC benchmark
suite, it gives a report that looks like this:</p>
<div class="doc_code">
OpenPOWER on IntegriCloud