mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 13:36:28 +00:00
Clang is dying on this with an ambiguous conversion sequence. We're working on it
llvm-svn: 103312
This commit is contained in:
parent
95040c18f4
commit
2b05a8ffe8
@ -63,7 +63,6 @@ namespace llvm {
|
||||
|
||||
bool Verify() const { return DbgNode != 0; }
|
||||
|
||||
operator const MDNode *() const { return DbgNode; }
|
||||
operator MDNode *() const { return const_cast<MDNode*>(DbgNode); }
|
||||
MDNode *operator ->() const { return const_cast<MDNode*>(DbgNode); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user