[llvm-commits] [llvm] r76427 - /llvm/trunk/include/llvm/Support/Debug.h

Daniel Dunbar daniel at zuster.org
Mon Jul 20 09:50:16 PDT 2009


Author: ddunbar
Date: Mon Jul 20 11:50:16 2009
New Revision: 76427

URL: http://llvm.org/viewvc/llvm-project?rev=76427&view=rev
Log:
Fix comment.

Modified:
    llvm/trunk/include/llvm/Support/Debug.h

Modified: llvm/trunk/include/llvm/Support/Debug.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Debug.h?rev=76427&r1=76426&r2=76427&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/Debug.h (original)
+++ llvm/trunk/include/llvm/Support/Debug.h Mon Jul 20 11:50:16 2009
@@ -18,8 +18,8 @@
 // can specify '-debug-only=foo' to enable JUST the debug information for the
 // foo class.
 //
-// When compiling in release mode, the -debug-* options and all code in DEBUG()
-// statements disappears, so it does not effect the runtime of the code.
+// When compiling without assertions, the -debug-* options and all code in
+// DEBUG() statements disappears, so it does not effect the runtime of the code.
 //
 //===----------------------------------------------------------------------===//
 





More information about the llvm-commits mailing list