From: Eric Christopher Date: Thu, 18 Jul 2013 00:23:50 +0000 (+0000) Subject: Update comment slightly. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=04b2995e26b1a58a696324d126e8023186a36e83 Update comment slightly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186548 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index 02335eeadd3..81c36ae0eee 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 {