1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Update comment slightly.

llvm-svn: 186548
This commit is contained in:
Eric Christopher 2013-07-18 00:23:50 +00:00
parent 79a33a00d6
commit 295596a307

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 {