diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-20 16:50:16 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-20 16:50:16 +0000 |
commit | 7c0f5deba0f9ebaef9bf1a7f75cc5c2d3785cb40 (patch) | |
tree | c143ef2eb4738f0261f8b27b8d7a942d83c24b83 /include/llvm/Support/Debug.h | |
parent | e628e056c4737e43812fbbef4d9e78508eeb5a5a (diff) | |
download | external_llvm-7c0f5deba0f9ebaef9bf1a7f75cc5c2d3785cb40.zip external_llvm-7c0f5deba0f9ebaef9bf1a7f75cc5c2d3785cb40.tar.gz external_llvm-7c0f5deba0f9ebaef9bf1a7f75cc5c2d3785cb40.tar.bz2 |
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Debug.h')
-rw-r--r-- | include/llvm/Support/Debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/Debug.h b/include/llvm/Support/Debug.h index 489a076..69544de 100644 --- a/include/llvm/Support/Debug.h +++ b/include/llvm/Support/Debug.h @@ -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. // //===----------------------------------------------------------------------===// |