diff options
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/bugpoint.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index 22d5e4ce30..18088a20c5 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/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> |