Save all registers by default, as they can be used to pass parameters
[oota-llvm.git] / docs / CommandLine.html
index b04820e88a5a08ae35f895cc765a4ad8aa3540d6..8358d8756e196f4ae5c53e6ff0834183cba02a60 100644 (file)
@@ -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)