A backwards compatible bc format for packed structs
[oota-llvm.git] / docs / Bugpoint.html
index 4bcf9977d56d124207dee0c00ccff78a60525695..1f295336706c4474373ed3d983a53f672bbf75c8 100644 (file)
@@ -124,7 +124,7 @@ flow graph, to reduce the size of the function as much as possible.  Finally,
 <tt>bugpoint</tt> deletes any individual LLVM instructions whose absence does
 not eliminate the failure.  At the end, <tt>bugpoint</tt> should tell you what
 passes crash, give you a bytecode file, and give you instructions on how to
-reproduce the failure with <tt>opt</tt>, <tt>analyze</tt>, or <tt>llc</tt>.</p>
+reproduce the failure with <tt>opt</tt> or <tt>llc</tt>.</p>
 
 </div>
 
@@ -219,7 +219,7 @@ non-obvious ways.  Here are some hints and tips:<p>
 <li><tt>bugpoint</tt> is useful for proactively finding bugs in LLVM. 
     Invoking <tt>bugpoint</tt> with the <tt>-find-bugs</tt> option will cause
     the list of specified optimizations to be randomized and applied to the 
-    program. This process will repeat until an error occurs or the user
+    program. This process will repeat until a bug is found or the user
     kills <tt>bugpoint</tt>.
     
 </ol>