[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.pod
Patrick Jenkins
pjenkins at apple.com
Tue Aug 15 10:39:54 PDT 2006
Changes in directory llvm/docs/CommandGuide:
bugpoint.pod updated: 1.7 -> 1.8
---
Log message:
Fixed the awkward description of the -find-bugs option for bugpoint.
---
Diffs of the changes: (+1 -1)
bugpoint.pod | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/docs/CommandGuide/bugpoint.pod
diff -u llvm/docs/CommandGuide/bugpoint.pod:1.7 llvm/docs/CommandGuide/bugpoint.pod:1.8
--- llvm/docs/CommandGuide/bugpoint.pod:1.7 Tue Aug 15 12:31:58 2006
+++ llvm/docs/CommandGuide/bugpoint.pod Tue Aug 15 12:39:40 2006
@@ -67,7 +67,7 @@
=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>.
+until a bug is found or the user kills B<bugpoint>.
=item B<--help>
More information about the llvm-commits
mailing list