diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-16 18:14:43 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-16 18:14:43 +0000 |
commit | 488ccea25ea4bf33e045dea81fa6e845a786bfb0 (patch) | |
tree | 3dffe5c89dca01401ca8706464448a6074d67714 /llvm/docs/CommandGuide/bugpoint.html | |
parent | bd6774da96ee310325d763c8d68f7bd635fa298e (diff) | |
download | bcm5719-llvm-488ccea25ea4bf33e045dea81fa6e845a786bfb0.tar.gz bcm5719-llvm-488ccea25ea4bf33e045dea81fa6e845a786bfb0.zip |
Automagically update website docs on commits.
llvm-svn: 9167
Diffstat (limited to 'llvm/docs/CommandGuide/bugpoint.html')
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html index 22d5e4ce309..18088a20c57 100644 --- a/llvm/docs/CommandGuide/bugpoint.html +++ b/llvm/docs/CommandGuide/bugpoint.html @@ -32,6 +32,7 @@ specified, <tt>bugpoint</tt> enters "code generator debugging mode". If a pass crashes, bugpoint will try to narrow down the list of passes and the 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> |