aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Bugpoint.html
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2011-08-30 18:26:11 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2011-08-30 18:26:11 +0000
commitd36d2db62a76eb53a7bae36835b5694d4a2f6137 (patch)
treefa2854a603cc118ac016f0a89a47e9fe9dfee7df /docs/Bugpoint.html
parent7c12837916e647a9225fe2433f826588f2f28726 (diff)
downloadexternal_llvm-d36d2db62a76eb53a7bae36835b5694d4a2f6137.zip
external_llvm-d36d2db62a76eb53a7bae36835b5694d4a2f6137.tar.gz
external_llvm-d36d2db62a76eb53a7bae36835b5694d4a2f6137.tar.bz2
Update docs: Bugpoint understands -O[123]
Eli added this in revision 132695. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138805 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Bugpoint.html')
-rw-r--r--docs/Bugpoint.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/Bugpoint.html b/docs/Bugpoint.html
index 154edfd..7a4e808 100644
--- a/docs/Bugpoint.html
+++ b/docs/Bugpoint.html
@@ -216,18 +216,6 @@ non-obvious ways. Here are some hints and tips:<p>
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>