summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/bugpoint.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-19 17:27:12 +0000
committerChris Lattner <sabre@nondot.org>2003-10-19 17:27:12 +0000
commit90f86a79c4cb0493beeaf0ffb8a1fddc380c5fb2 (patch)
treedb01d3392801fa0aa85faded5fff406b38ede62a /llvm/docs/CommandGuide/bugpoint.html
parentabe08a6ee0decd180f0c375f26e6cb30a63fd485 (diff)
downloadbcm5719-llvm-90f86a79c4cb0493beeaf0ffb8a1fddc380c5fb2.tar.gz
bcm5719-llvm-90f86a79c4cb0493beeaf0ffb8a1fddc380c5fb2.zip
Two minor fixes
llvm-svn: 9256
Diffstat (limited to 'llvm/docs/CommandGuide/bugpoint.html')
-rw-r--r--llvm/docs/CommandGuide/bugpoint.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html
index e9d0b587c9a..5593e57c5da 100644
--- a/llvm/docs/CommandGuide/bugpoint.html
+++ b/llvm/docs/CommandGuide/bugpoint.html
@@ -27,7 +27,7 @@ crash, and reduce the file down to a small example which triggers the crash.<p>
<a name="designphilosophy">
<h4>Design Philosophy</h4>
-<tt>bugpoint</tt> has been designed to be a useful tool without requiring any
+<tt>bugpoint</tt> is designed to be a useful tool without requiring any
hooks into the LLVM infrastructure at all. It works with any and all LLVM
passes and code generators, and does not need to "know" how they work. Because
of this, it may appear to do a lot of stupid things or miss obvious
@@ -70,7 +70,7 @@ If an optimizer crashes, <tt>bugpoint</tt> will try as hard as it can to
reduce the list of passes and the size of the test program. First,
<tt>bugpoint</tt> figures out which combination of passes triggers the bug. This
is useful when debugging a problem exposed by <tt>gccas</tt>, for example,
-because it runs over 30 optimizations.<p>
+because it runs over 25 optimizations.<p>
Next, <tt>bugpoint</tt> tries removing functions from the module, to reduce the
size of the test program. Usually it is able to reduce a test program
OpenPOWER on IntegriCloud