Removing even more <iostream> includes.
llvm-svn: 32320
diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html
index b04820e..8358d87 100644
--- a/llvm/docs/CommandLine.html
+++ b/llvm/docs/CommandLine.html
@@ -1042,7 +1042,7 @@
// debug build, then the code specified as the option to the macro will be
// executed. Otherwise it will not be. Example:
//
-// DEBUG(std::cerr << "Bitset contains: " << Bitset << "\n");
+// DOUT << "Bitset contains: " << Bitset << "\n";
//</i>
<span class="doc_hilite">#ifdef NDEBUG
#define DEBUG(X)