[llvm-commits] CVS: llvm/docs/CommandGuide/llc.html

Misha Brukman brukman at cs.uiuc.edu
Mon Feb 16 13:46:01 PST 2004


Changes in directory llvm/docs/CommandGuide:

llc.html updated: 1.6 -> 1.7

---
Log message:

PreSelection isn't optional and so there's no way to turn it off.


---
Diffs of the changes:  (+0 -5)

Index: llvm/docs/CommandGuide/llc.html
diff -u llvm/docs/CommandGuide/llc.html:1.6 llvm/docs/CommandGuide/llc.html:1.7
--- llvm/docs/CommandGuide/llc.html:1.6	Tue Oct  7 15:12:04 2003
+++ llvm/docs/CommandGuide/llc.html	Mon Feb 16 13:45:26 2004
@@ -159,11 +159,6 @@
 	Disable peephole optimization pass.
 	<p>
 
-	<li>-disable-preopt
-	<br>
-	Disable optimizations prior to instruction selection.
-	<p>
-
 	<li>-disable-sched
 	<br>
 	Disable local scheduling pass.





More information about the llvm-commits mailing list