Added option description for -find-bugs.
authorPatrick Jenkins <pjenkins@apple.com>
Tue, 15 Aug 2006 17:31:58 +0000 (17:31 +0000)
committerPatrick Jenkins <pjenkins@apple.com>
Tue, 15 Aug 2006 17:31:58 +0000 (17:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29706 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/bugpoint.pod

index d2b922bd61757aa570cd02e8055a2d6e3b152779..a7f4cbfab1c1823d21a1e4bbeef7a23d1af263fc 100644 (file)
@@ -64,6 +64,11 @@ program. By default, B<bugpoint> uses these passes internally when attempting to
 reduce test programs.  If you're trying to find a bug in one of these passes,
 B<bugpoint> may crash.
 
+=item B<-find-bugs>
+
+Continually randomize the specified passes and run them on the test program
+until an error is found in LLVM or the user kills B<bugpoint>. 
+
 =item B<--help>
 
 Print a summary of command line options.