summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandLine.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2006-12-07 20:04:42 +0000
committerBill Wendling <isanbard@gmail.com>2006-12-07 20:04:42 +0000
commit22e978a736cb34291c15de07e5b31d395d08dee5 (patch)
treefefd1c0e6a2b008cd41efe30abd584ddd863c4ee /llvm/docs/CommandLine.html
parent2e169c37eae1db712bb8d46b86b14e94e12f6141 (diff)
downloadbcm5719-llvm-22e978a736cb34291c15de07e5b31d395d08dee5.tar.gz
bcm5719-llvm-22e978a736cb34291c15de07e5b31d395d08dee5.zip
Removing even more <iostream> includes.
llvm-svn: 32320
Diffstat (limited to 'llvm/docs/CommandLine.html')
-rw-r--r--llvm/docs/CommandLine.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html
index b04820e88a5..8358d8756e1 100644
--- a/llvm/docs/CommandLine.html
+++ b/llvm/docs/CommandLine.html
@@ -1042,7 +1042,7 @@ extern bool DebugFlag;
// debug build, then the code specified as the option to the macro will be
// executed. Otherwise it will not be. Example:
//
-// DEBUG(std::cerr &lt;&lt; "Bitset contains: " &lt;&lt; Bitset &lt;&lt; "\n");
+// DOUT &lt;&lt; "Bitset contains: " &lt;&lt; Bitset &lt;&lt; "\n";
//</i>
<span class="doc_hilite">#ifdef NDEBUG
#define DEBUG(X)
OpenPOWER on IntegriCloud