diff options
Diffstat (limited to 'include/llvm/Function.h')
-rw-r--r-- | include/llvm/Function.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Function.h b/include/llvm/Function.h index 112958002c..05ac47ddd6 100644 --- a/include/llvm/Function.h +++ b/include/llvm/Function.h @@ -85,9 +85,6 @@ public: const std::string &N = "", Module *M = 0); ~Function(); - // Specialize setName to handle symbol table majik. - virtual void setName(const std::string &name); - const Type *getReturnType() const; // Return the type of the ret val const FunctionType *getFunctionType() const; // Return the FunctionType for me |