summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-18 00:23:50 +0000
committerEric Christopher <echristo@gmail.com>2013-07-18 00:23:50 +0000
commit04b2995e26b1a58a696324d126e8023186a36e83 (patch)
treecaf5b23fe74b5ed6704878c34d35b72893959d30 /include/llvm
parent0541722de4beb2e53058dbf4ed1ebf0d96ddd6cb (diff)
downloadllvm-04b2995e26b1a58a696324d126e8023186a36e83.tar.gz
llvm-04b2995e26b1a58a696324d126e8023186a36e83.tar.bz2
llvm-04b2995e26b1a58a696324d126e8023186a36e83.tar.xz
Update comment slightly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186548 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/DebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h
index 02335eeadd..81c36ae0ee 100644
--- a/include/llvm/DebugInfo.h
+++ b/include/llvm/DebugInfo.h
@@ -106,7 +106,7 @@ namespace llvm {
// easily.
// FIXME: This operator bool isn't actually protecting anything at the
// moment due to the conversion operator above making DIDescriptor nodes
- // implicitly convertable to pointer.
+ // implicitly convertable to bool.
LLVM_EXPLICIT operator bool() const { return DbgNode != 0; }
bool operator==(DIDescriptor Other) const {