diff --git a/docs/Bugpoint.html b/docs/Bugpoint.html index 1f295336706..43d237d094e 100644 --- a/docs/Bugpoint.html +++ b/docs/Bugpoint.html @@ -38,13 +38,13 @@ 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 gccas crashes while optimizing a +useful ones. For example, if opt 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.

-

For detailed case scenarios, such as debugging gccas, -gccld, or one of the LLVM code generators, see For detailed case scenarios, such as debugging opt, +llvm-ld, or one of the LLVM code generators, see How To Submit a Bug Report document.

@@ -114,7 +114,7 @@ Otherwise, there is no problem bugpoint can debug.

as it can to reduce the list of passes (for optimizer crashes) and the size of the test program. First, bugpoint figures out which combination of optimizer passes triggers the bug. This is useful when debugging a problem -exposed by gccas, for example, because it runs over 38 passes.

+exposed by opt, for example, because it runs over 38 passes.

Next, bugpoint tries removing functions from the test program, to reduce its size. Usually it is able to reduce a test program to a single diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 85d1ebd90ff..033edcc1f20 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -314,8 +314,8 @@ sh: