From 3f71722f44875fd220306be9431e610d4b739ece Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 16 Oct 2003 18:14:43 +0000 Subject: Automagically update website docs on commits. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9167 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/bugpoint.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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, bugpoint 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, bugpoint pares down the list of passes to a minimum set. + [unfinished]

Miscompilation debugging mode

-- cgit v1.2.3