1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Remove dead declaration.

llvm-svn: 207857
This commit is contained in:
Rafael Espindola 2014-05-02 18:37:07 +00:00
parent fdced47a40
commit 0e9ae87185

View File

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