OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
434262a
)
Change a reference to gccas to a reference to opt.
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 9 Feb 2007 16:00:28 +0000
(16:00 +0000)
committer
Reid 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
patch
|
blob
|
history
diff --git
a/docs/ProgrammersManual.html
b/docs/ProgrammersManual.html
index
9b29c9b
..
5393d7f
100644
(file)
--- a/
docs/ProgrammersManual.html
+++ b/
docs/ProgrammersManual.html
@@
-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">