[llvm-commits] CVS: llvm/docs/ProgrammersManual.html

Reid Spencer reid at x10sys.com
Fri Feb 9 08:00:44 PST 2007



Changes in directory llvm/docs:

ProgrammersManual.html updated: 1.123 -> 1.124
---
Log message:

Change a reference to gccas to a reference to opt.


---
Diffs of the changes:  (+2 -2)

 ProgrammersManual.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.123 llvm/docs/ProgrammersManual.html:1.124
--- llvm/docs/ProgrammersManual.html:1.123	Thu Feb  8 13:14:21 2007
+++ llvm/docs/ProgrammersManual.html	Fri Feb  9 10:00:28 2007
@@ -575,7 +575,7 @@
 </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">
@@ -3177,7 +3177,7 @@
   <a href="mailto:dhurjati at cs.uiuc.edu">Dinakar Dhurjati</a> and
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/02/08 19:14:21 $
+  Last modified: $Date: 2007/02/09 16:00:28 $
 </address>
 
 </body>






More information about the llvm-commits mailing list