Change a reference to gccas to a reference to opt.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 9 Feb 2007 16:00:28 +0000 (16:00 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 9 Feb 2007 16:00:28 +0000 (16:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34095 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index 9b29c9bb62294a71f7f0e5fe3e1d40c2ecf6eccc..5393d7fd7d68ebb632e8d8acfb4085eb6acc09ea 100644 (file)
@@ -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">