summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-05-02 18:37:07 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-05-02 18:37:07 +0000
commit7cdc8a1f302994727150a08b2e7726e0063619a9 (patch)
tree5517a080c28287c6787e3ccaf5a2592e937d096c
parent4b2acde21a9372fdbdb86155a6dda04c5f79f567 (diff)
downloadbcm5719-llvm-7cdc8a1f302994727150a08b2e7726e0063619a9.tar.gz
bcm5719-llvm-7cdc8a1f302994727150a08b2e7726e0063619a9.zip
Remove dead declaration.
llvm-svn: 207857
-rw-r--r--llvm/include/llvm/IR/GlobalValue.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/include/llvm/IR/GlobalValue.h b/llvm/include/llvm/IR/GlobalValue.h
index f812281f79d..09c9fe06aba 100644
--- a/llvm/include/llvm/IR/GlobalValue.h
+++ b/llvm/include/llvm/IR/GlobalValue.h
@@ -116,13 +116,6 @@ public:
Section = S;
}
- /// If the usage is empty (except transitively dead constants), then this
- /// global value can be safely deleted since the destructor will
- /// delete the dead constants as well.
- /// @brief Determine if the usage of this global value is empty except
- /// for transitively dead constants.
- bool use_empty_except_constants();
-
/// getType - Global values are always pointers.
inline PointerType *getType() const {
return cast<PointerType>(User::getType());
OpenPOWER on IntegriCloud