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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Argument.h b/include/llvm/Argument.h
index d39c373b0a..51e53b17bd 100644
--- a/include/llvm/Argument.h
+++ b/include/llvm/Argument.h
@@ -39,8 +39,8 @@ 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, SymbolTable *ST = 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; }