Clang is dying on this with an ambiguous conversion sequence. We're working on it

llvm-svn: 103312
This commit is contained in:
Douglas Gregor 2010-05-07 22:28:25 +00:00
parent 95040c18f4
commit 2b05a8ffe8

View File

@ -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); }