diff options
| author | Devang Patel <dpatel@apple.com> | 2010-03-08 21:00:27 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2010-03-08 21:00:27 +0000 |
| commit | 03efa475d1fb3133c74de4c464a9035b2c863435 (patch) | |
| tree | 72ac185c43c6252ed3d3e5fae7b9f196e8a6e0f6 | |
| parent | c3015a914fc8558ddfcd5e7c581808c5c8eae6cf (diff) | |
| download | bcm5719-llvm-03efa475d1fb3133c74de4c464a9035b2c863435.tar.gz bcm5719-llvm-03efa475d1fb3133c74de4c464a9035b2c863435.zip | |
isNull() is not used any more.
llvm-svn: 97979
| -rw-r--r-- | llvm/include/llvm/Analysis/DebugInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/DebugInfo.h b/llvm/include/llvm/Analysis/DebugInfo.h index f1826e5649e..14c3e1bb1cf 100644 --- a/llvm/include/llvm/Analysis/DebugInfo.h +++ b/llvm/include/llvm/Analysis/DebugInfo.h @@ -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; } |

