projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d686d5
)
Fixed the awkward description of -find-bugs in the "Advice for using bugpoint" section.
author
Patrick Jenkins
<pjenkins@apple.com>
Tue, 15 Aug 2006 17:38:36 +0000
(17:38 +0000)
committer
Patrick Jenkins
<pjenkins@apple.com>
Tue, 15 Aug 2006 17:38:36 +0000
(17:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29707
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/Bugpoint.html
patch
|
blob
|
history
diff --git
a/docs/Bugpoint.html
b/docs/Bugpoint.html
index 4bcf9977d56d124207dee0c00ccff78a60525695..f60a7ea33af81f2c6114b1e4b30cf6b2bbfe3068 100644
(file)
--- a/
docs/Bugpoint.html
+++ b/
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 a
n error occurs
or the user
+ program. This process will repeat until a
bug is found
or the user
kills <tt>bugpoint</tt>.
</ol>