Simplify wording: the bugpoint tool' can just become bugpoint'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14574 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-07-02 15:36:29 +00:00
parent c3e0434102
commit 595d32e93b

View File

@ -11,13 +11,13 @@ I<program arguments> ...
=head1 DESCRIPTION =head1 DESCRIPTION
The B<bugpoint> tool narrows down the source of problems in LLVM tools and passes. B<bugpoint> narrows down the source of problems in LLVM tools and passes. It
It can be used to debug three types of failures: optimizer crashes, can be used to debug three types of failures: optimizer crashes, miscompilations
miscompilations by optimizers, or bad native code generation (including problems by optimizers, or bad native code generation (including problems in the static
in the static and JIT compilers). It aims to reduce large test cases to small, and JIT compilers). It aims to reduce large test cases to small, useful ones.
useful ones. For example, if B<gccas> crashes while optimizing a file, it will For example, if B<gccas> crashes while optimizing a file, it will identify the
identify the optimization (or combination of optimizations) that causes the optimization (or combination of optimizations) that causes the crash, and reduce
crash, and reduce the file down to a small example which triggers the crash. the file down to a small example which triggers the crash.
=head2 Design Philosophy =head2 Design Philosophy