diff options
author | Patrick Jenkins <pjenkins@apple.com> | 2006-08-15 17:38:36 +0000 |
---|---|---|
committer | Patrick Jenkins <pjenkins@apple.com> | 2006-08-15 17:38:36 +0000 |
commit | d6e477dccf19829d82fb6ac4c9ae0cfb1bad84b7 (patch) | |
tree | 316ae4f325db2a5f7f3e169fe86745ebdce7b1f7 /llvm/docs/Bugpoint.html | |
parent | c884cfbeb95e6556f4730222e715b982cc259f4e (diff) | |
download | bcm5719-llvm-d6e477dccf19829d82fb6ac4c9ae0cfb1bad84b7.tar.gz bcm5719-llvm-d6e477dccf19829d82fb6ac4c9ae0cfb1bad84b7.zip |
Fixed the awkward description of -find-bugs in the "Advice for using bugpoint" section.
llvm-svn: 29707
Diffstat (limited to 'llvm/docs/Bugpoint.html')
-rw-r--r-- | llvm/docs/Bugpoint.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Bugpoint.html b/llvm/docs/Bugpoint.html index 4bcf9977d56..f60a7ea33af 100644 --- a/llvm/docs/Bugpoint.html +++ b/llvm/docs/Bugpoint.html @@ -219,7 +219,7 @@ non-obvious ways. Here are some hints and tips:<p> <li><tt>bugpoint</tt> is useful for proactively finding bugs in LLVM. Invoking <tt>bugpoint</tt> with the <tt>-find-bugs</tt> 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 <tt>bugpoint</tt>. </ol> |