[llvm-commits] CVS: llvm/docs/Bugpoint.html
Patrick Jenkins
pjenkins at apple.com
Tue Aug 15 10:38:50 PDT 2006
Changes in directory llvm/docs:
Bugpoint.html updated: 1.7 -> 1.8
---
Log message:
Fixed the awkward description of -find-bugs in the "Advice for using bugpoint" section.
---
Diffs of the changes: (+2 -2)
Bugpoint.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/Bugpoint.html
diff -u llvm/docs/Bugpoint.html:1.7 llvm/docs/Bugpoint.html:1.8
--- llvm/docs/Bugpoint.html:1.7 Tue Aug 15 12:03:17 2006
+++ llvm/docs/Bugpoint.html Tue Aug 15 12:38:36 2006
@@ -219,7 +219,7 @@
<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>
@@ -237,7 +237,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/08/15 17:03:17 $
+ Last modified: $Date: 2006/08/15 17:38:36 $
</address>
</body>
More information about the llvm-commits
mailing list