diff --git a/docs/Bugpoint.html b/docs/Bugpoint.html index 519e02d5277..0fc16b710aa 100644 --- a/docs/Bugpoint.html +++ b/docs/Bugpoint.html @@ -12,7 +12,7 @@
@@ -84,8 +84,8 @@ flow graph, to reduce the size of the function as much as possible. Finally, bugpoint deletes any individual LLVM instructions whose absence does not eliminate the failure. At the end, bugpoint should tell you what passes crash, give you a bytecode file, and give you instructions on how to -reproduce the failure with opt, analyze, or llc.
+reproduce the failure with opt, analyze, or llc.
If bugpoint succeeds in finding a problem, it will exit with 0.
Otherwise, if an error occurs, it will exit with a non-zero value.
-Code generator debugger
@@ -239,10 +239,6 @@ non-obvious ways. Here are some hints and tips:SEE ALSO
-opt,
-analyze
-