Fixed the documentation to coincide with the code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9301 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html
index e34112c..5c1ee22 100644
--- a/docs/CommandGuide/bugpoint.html
+++ b/docs/CommandGuide/bugpoint.html
@@ -101,10 +101,9 @@
 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>