Update documentation for the -f change.
[oota-llvm.git] / docs / CodeGenerator.html
index 2f716a2161a1bd7bcb2c79d8dd967788627fe94b..4f8472c07fa22cb0e8700a67a3a5e1c796bd890a 100644 (file)
@@ -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>