summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-10-16 18:13:19 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-10-16 18:13:19 +0000
commite610cbbaadaa2885bbaaf3fb4680cdadaa5e0891 (patch)
tree5e7db28db8caafe3b18882a4f3c65b7f5f0c18c3 /docs/CommandGuide
parenta73bc8dd390002f8233036dd96dd10344f34cd99 (diff)
downloadllvm-e610cbbaadaa2885bbaaf3fb4680cdadaa5e0891.tar.gz
llvm-e610cbbaadaa2885bbaaf3fb4680cdadaa5e0891.tar.bz2
llvm-e610cbbaadaa2885bbaaf3fb4680cdadaa5e0891.tar.xz
Update the website automatically on documentation commit [in progress].
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9166 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/bugpoint.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html
index 89d92e64f4..22d5e4ce30 100644
--- a/docs/CommandGuide/bugpoint.html
+++ b/docs/CommandGuide/bugpoint.html
@@ -30,7 +30,8 @@ specified, <tt>bugpoint</tt> enters "code generator debugging mode".
<h4>Crash debugging mode</h4>
If a pass crashes, bugpoint will try to narrow down the list of passes and the
-code to a more manageable amount.
+code to a more manageable amount. Using a sophisticated binary-search algorithm,
+<tt>bugpoint</tt> pares down the list of passes to a minimum set.
[unfinished]
<h4>Miscompilation debugging mode</h4>