Update comment slightly.

llvm-svn: 186548
This commit is contained in:
Eric Christopher 2013-07-18 00:23:50 +00:00
parent b102856b0e
commit 4bdcd7f480
1 changed files with 1 additions and 1 deletions

View File

@ -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 {