diff options
author | Bill Wendling <isanbard@gmail.com> | 2006-12-07 20:04:42 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2006-12-07 20:04:42 +0000 |
commit | 22e978a736cb34291c15de07e5b31d395d08dee5 (patch) | |
tree | fefd1c0e6a2b008cd41efe30abd584ddd863c4ee /llvm/docs/CommandLine.html | |
parent | 2e169c37eae1db712bb8d46b86b14e94e12f6141 (diff) | |
download | bcm5719-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.html | 2 |
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 << "Bitset contains: " << Bitset << "\n"); +// DOUT << "Bitset contains: " << Bitset << "\n"; //</i> <span class="doc_hilite">#ifdef NDEBUG #define DEBUG(X) |