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
diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html
index 89d92e6..22d5e4c 100644
--- a/docs/CommandGuide/bugpoint.html
+++ b/docs/CommandGuide/bugpoint.html
@@ -30,7 +30,8 @@
 <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>