[llvm-commits] [llvm] r138805 - /llvm/trunk/docs/Bugpoint.html
Tobias Grosser
grosser at fim.uni-passau.de
Tue Aug 30 11:26:12 PDT 2011
Author: grosser
Date: Tue Aug 30 13:26:11 2011
New Revision: 138805
URL: http://llvm.org/viewvc/llvm-project?rev=138805&view=rev
Log:
Update docs: Bugpoint understands -O[123]
Eli added this in revision 132695.
Modified:
llvm/trunk/docs/Bugpoint.html
Modified: llvm/trunk/docs/Bugpoint.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Bugpoint.html?rev=138805&r1=138804&r2=138805&view=diff
==============================================================================
--- llvm/trunk/docs/Bugpoint.html (original)
+++ llvm/trunk/docs/Bugpoint.html Tue Aug 30 13:26:11 2011
@@ -216,18 +216,6 @@
the list of specified optimizations to be randomized and applied to the
program. This process will repeat until a bug is found or the user
kills <tt>bugpoint</tt>.
-
-<li><p><tt>bugpoint</tt> does not understand the <tt>-O</tt> option
- that is used to specify optimization level to <tt>opt</tt>. You
- can use e.g.</p>
-
-<div class="doc_code">
-<p><tt>opt -O2 -debug-pass=Arguments foo.bc -disable-output</tt></p>
-</div>
-
- <p>to get a list of passes that are used with <tt>-O2</tt> and
- then pass this list to <tt>bugpoint</tt>.</p>
-
</ol>
</div>
More information about the llvm-commits
mailing list