diff options
author | Dan Gohman <gohman@apple.com> | 2009-08-25 15:54:01 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-08-25 15:54:01 +0000 |
commit | dd121d53fa7254ea21e83a8a0ecf53e4a7e14ef5 (patch) | |
tree | 8b3bebb40d1628cc358a4d7e03f09257d066e4f4 /llvm/docs/CodeGenerator.html | |
parent | 885149b504160896f8702692c47b98e803707caa (diff) | |
download | bcm5719-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.html | 6 |
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 &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> |