Update the website automatically on documentation commit [in progress].

llvm-svn: 9166
This commit is contained in:
Misha Brukman 2003-10-16 18:13:19 +00:00
parent 0364cd1cff
commit bd6774da96
1 changed files with 2 additions and 1 deletions

View File

@ -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>