diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-02 15:36:29 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-02 15:36:29 +0000 |
commit | 0e21722a9fe9f197f2276198f9db44f04578c528 (patch) | |
tree | 44bc9458fda4e70403574174968c96916c12c8dc /llvm/docs/CommandGuide | |
parent | 2410a8807e55c9d1db07a03088232d48a110e20f (diff) | |
download | bcm5719-llvm-0e21722a9fe9f197f2276198f9db44f04578c528.tar.gz bcm5719-llvm-0e21722a9fe9f197f2276198f9db44f04578c528.zip |
Simplify wording: `the bugpoint tool' can just become `bugpoint'.
llvm-svn: 14574
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.pod | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.pod b/llvm/docs/CommandGuide/bugpoint.pod index d3102c7f406..8474a9b08df 100644 --- a/llvm/docs/CommandGuide/bugpoint.pod +++ b/llvm/docs/CommandGuide/bugpoint.pod @@ -11,13 +11,13 @@ I<program arguments> ... =head1 DESCRIPTION -The B<bugpoint> tool narrows down the source of problems in LLVM tools and passes. -It can be used to debug three types of failures: optimizer crashes, -miscompilations by optimizers, or bad native code generation (including problems -in the static and JIT compilers). It aims to reduce large test cases to small, -useful ones. For example, if B<gccas> crashes while optimizing a file, it will -identify the optimization (or combination of optimizations) that causes the -crash, and reduce the file down to a small example which triggers the crash. +B<bugpoint> narrows down the source of problems in LLVM tools and passes. It +can be used to debug three types of failures: optimizer crashes, miscompilations +by optimizers, or bad native code generation (including problems in the static +and JIT compilers). It aims to reduce large test cases to small, useful ones. +For example, if B<gccas> crashes while optimizing a file, it will identify the +optimization (or combination of optimizations) that causes the crash, and reduce +the file down to a small example which triggers the crash. =head2 Design Philosophy |