From: Patrick Jenkins Date: Tue, 15 Aug 2006 17:38:36 +0000 (+0000) Subject: Fixed the awkward description of -find-bugs in the "Advice for using bugpoint" section. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=94f7850af9034777855a7de6f459f1186c03debd;p=oota-llvm.git Fixed the awkward description of -find-bugs in the "Advice for using bugpoint" section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29707 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Bugpoint.html b/docs/Bugpoint.html index 4bcf9977d56..f60a7ea33af 100644 --- a/docs/Bugpoint.html +++ b/docs/Bugpoint.html @@ -219,7 +219,7 @@ non-obvious ways. Here are some hints and tips:

  • bugpoint is useful for proactively finding bugs in LLVM. Invoking bugpoint with the -find-bugs option will cause the list of specified optimizations to be randomized and applied to the - program. This process will repeat until an error occurs or the user + program. This process will repeat until a bug is found or the user kills bugpoint.