summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Constant.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Constant.h')
-rw-r--r--llvm/include/llvm/Constant.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/Constant.h b/llvm/include/llvm/Constant.h
index 112cb4d2abc..43a736e49c5 100644
--- a/llvm/include/llvm/Constant.h
+++ b/llvm/include/llvm/Constant.h
@@ -26,9 +26,6 @@ protected:
void destroyConstantImpl();
public:
- // setName - Specialize setName to handle symbol table majik.
- virtual void setName(const std::string &name);
-
/// Static constructor to get a '0' constant of arbitrary type...
///
static Constant *getNullValue(const Type *Ty);
OpenPOWER on IntegriCloud