Typo in an unused field.
[oota-llvm.git] / docs / Bugpoint.html
index 154edfdad331d6c7633327bbcf9b2926c769238b..5454ff40d2bb225d513bc1c05bb658a8ba82d0ee 100644 (file)
@@ -2,6 +2,7 @@
                       "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>LLVM bugpoint tool: design and usage</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
@@ -216,18 +217,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>