diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-16 18:13:19 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-16 18:13:19 +0000 |
commit | bd6774da96ee310325d763c8d68f7bd635fa298e (patch) | |
tree | d2e2660399284e637e2fd73f53ee4202c2e87b92 /llvm/docs/CommandGuide/bugpoint.html | |
parent | 0364cd1cff00332bb76977c39b1a820c7760e760 (diff) | |
download | bcm5719-llvm-bd6774da96ee310325d763c8d68f7bd635fa298e.tar.gz bcm5719-llvm-bd6774da96ee310325d763c8d68f7bd635fa298e.zip |
Update the website automatically on documentation commit [in progress].
llvm-svn: 9166
Diffstat (limited to 'llvm/docs/CommandGuide/bugpoint.html')
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html index 89d92e64f40..22d5e4ce309 100644 --- a/llvm/docs/CommandGuide/bugpoint.html +++ b/llvm/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> |