mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-06 02:29:51 +00:00
Update comment slightly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186548 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0541722de4
commit
04b2995e26
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user