aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-05-07 22:28:25 +0000
committerDouglas Gregor <dgregor@apple.com>2010-05-07 22:28:25 +0000
commit2be6e6d59c6778637266aed3a334f6c53de71fc7 (patch)
treef4b66271b22e86376bf8b078a1b85891bc6c6e2d
parent4ce86f459c92258f887fd8fd884fa55066b3a0cd (diff)
Clang is dying on this with an ambiguous conversion sequence. We're working on it
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103312 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Analysis/DebugInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h
index c1abc9cf1a..0ba0c5a33e 100644
--- a/include/llvm/Analysis/DebugInfo.h
+++ b/include/llvm/Analysis/DebugInfo.h
@@ -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); }