aboutsummaryrefslogtreecommitdiff
path: root/docs/HowToSubmitABug.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/HowToSubmitABug.html')
-rw-r--r--docs/HowToSubmitABug.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html
index 82d17ecd6d..bdec1c0910 100644
--- a/docs/HowToSubmitABug.html
+++ b/docs/HowToSubmitABug.html
@@ -269,7 +269,7 @@ Backend, and then link in the shared object it generates.</p>
<div class="doc_code">
<pre>
bugpoint -run-jit -output=[correct output file] [bitcode file] \
- --tool-args -- [arguments to pass to lli] \
+ --tool-args -- [arguments to pass to lli] \
--args -- [program arguments]
</pre>
</div>
@@ -279,7 +279,7 @@ bugpoint -run-jit -output=[correct output file] [bitcode file] \
<div class="doc_code">
<pre>
bugpoint -run-llc -output=[correct output file] [bitcode file] \
- --tool-args -- [arguments to pass to llc] \
+ --tool-args -- [arguments to pass to llc] \
--args -- [program arguments]
</pre>
</div>