The -mode option is no longer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9117 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html
index f98e202..9d6c6e5 100644
--- a/docs/HowToSubmitABug.html
+++ b/docs/HowToSubmitABug.html
@@ -197,7 +197,7 @@
of which may be causing the error, and run, for example:
<pre>
- <b>bugpoint</b> -run-cbe -mode=compile [... optimization passes ...] file-to-test.bc
+ <b>bugpoint</b> -run-cbe [... optimization passes ...] file-to-test.bc
</pre>
<tt>bugpoint</tt> will try to narrow down your list of passes to the one pass
@@ -222,12 +222,12 @@
To debug the JIT:
<pre>
- <b>bugpoint</b> -run-jit -mode=codegen -output=[correct output file] [bytecodefile]
+ <b>bugpoint</b> -run-jit -output=[correct output file] [bytecodefile]
</pre>
Similarly, to debug the LLC, one would run:
<pre>
- <b>bugpoint</b> -run-llc -mode=codegen -output=[correct output file] [bytecodefile]
+ <b>bugpoint</b> -run-llc -output=[correct output file] [bytecodefile]
</pre>
At the end of a successful <tt>bugpoint</tt> run, you will be presented
@@ -265,6 +265,6 @@
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
<!-- Created: Tue Aug 6 15:00:33 CDT 2002 -->
<!-- hhmts start -->
-Last modified: Wed Sep 17 13:49:15 CDT 2003
+Last modified: Tue Oct 14 15:57:47 CDT 2003
<!-- hhmts end -->
</font></body></html>