Change a reference to gccas to a reference to opt.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34095 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-02-09 16:00:28 +00:00
parent 434262ad51
commit 6b6c73e7bc

View File

@ -575,7 +575,7 @@ $ opt -stats -mypassname < program.bc > /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">