OSDN Git Service

isNull() is not used any more.
authorDevang Patel <dpatel@apple.com>
Mon, 8 Mar 2010 21:00:27 +0000 (21:00 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 8 Mar 2010 21:00:27 +0000 (21:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97979 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DebugInfo.h

index f1826e5..14c3e1b 100644 (file)
@@ -67,7 +67,6 @@ namespace llvm {
     explicit DIDescriptor() : DbgNode(0) {}
     explicit DIDescriptor(MDNode *N) : DbgNode(N) {}
 
-    bool isNull() const { return DbgNode == 0; }
     bool Verify() const { return DbgNode != 0; }
 
     MDNode *getNode() const { return DbgNode; }