summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CodeGenerator.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-25 15:54:01 +0000
committerDan Gohman <gohman@apple.com>2009-08-25 15:54:01 +0000
commitdd121d53fa7254ea21e83a8a0ecf53e4a7e14ef5 (patch)
tree8b3bebb40d1628cc358a4d7e03f09257d066e4f4 /llvm/docs/CodeGenerator.html
parent885149b504160896f8702692c47b98e803707caa (diff)
downloadbcm5719-llvm-dd121d53fa7254ea21e83a8a0ecf53e4a7e14ef5.tar.gz
bcm5719-llvm-dd121d53fa7254ea21e83a8a0ecf53e4a7e14ef5.zip
Update documentation for the -f change.
llvm-svn: 79996
Diffstat (limited to 'llvm/docs/CodeGenerator.html')
-rw-r--r--llvm/docs/CodeGenerator.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html
index 2f716a2161a..4f8472c07fa 100644
--- a/llvm/docs/CodeGenerator.html
+++ b/llvm/docs/CodeGenerator.html
@@ -1616,9 +1616,9 @@ bool RegMapping_Fer::compatible_class(MachineFunction &amp;mf,
<div class="doc_code">
<pre>
-$ llc -f -regalloc=simple file.bc -o sp.s;
-$ llc -f -regalloc=local file.bc -o lc.s;
-$ llc -f -regalloc=linearscan file.bc -o ln.s;
+$ llc -regalloc=simple file.bc -o sp.s;
+$ llc -regalloc=local file.bc -o lc.s;
+$ llc -regalloc=linearscan file.bc -o ln.s;
</pre>
</div>
OpenPOWER on IntegriCloud