diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-20 19:47:25 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-20 19:47:25 +0000 |
commit | 774b94a74b139bbf70a96723e02789747364235b (patch) | |
tree | b9e1e621e2b6f6fe0c1edc4109e05ee9a68ca4ee /llvm/docs/CommandGuide/bugpoint.html | |
parent | dd04329da2b92b8f34176be0ecf404f3c28ff1f0 (diff) | |
download | bcm5719-llvm-774b94a74b139bbf70a96723e02789747364235b.tar.gz bcm5719-llvm-774b94a74b139bbf70a96723e02789747364235b.zip |
Fixed the documentation to coincide with the code.
llvm-svn: 9301
Diffstat (limited to 'llvm/docs/CommandGuide/bugpoint.html')
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html index e34112cf6af..5c1ee22995f 100644 --- a/llvm/docs/CommandGuide/bugpoint.html +++ b/llvm/docs/CommandGuide/bugpoint.html @@ -101,10 +101,9 @@ reproducing the problem. The code generator debugger assumes that the C backend produces good code.<p> If you are using the code generator debugger and get an error message that -says "Non-instruction -is using an external function!", try using the <tt>-run-llc</tt> option instead -of the <tt>-run-jit</tt> option. This is due to an unimplemented feature in the -code generator debugger.<p> +says "UNSUPPORTED: external function used as a global initializer!", try using +the <tt>-run-llc</tt> option instead of the <tt>-run-jit</tt> option. This is +due to an unimplemented feature in the code generator debugger.<p> <a name="miscompilationdebug"> <h4>Miscompilation debugger</h4> |