summaryrefslogtreecommitdiff
path: root/include/llvm/Argument.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Argument.h')
-rw-r--r--include/llvm/Argument.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Argument.h b/include/llvm/Argument.h
index 51e53b17bd..3c38cdea03 100644
--- a/include/llvm/Argument.h
+++ b/include/llvm/Argument.h
@@ -39,9 +39,6 @@ public:
///
Argument(const Type *Ty, const std::string &Name = "", Function *F = 0);
- /// setName - Specialize setName to handle symbol table majik.
- virtual void setName(const std::string &name);
-
inline const Function *getParent() const { return Parent; }
inline Function *getParent() { return Parent; }