diff options
Diffstat (limited to 'llvm/include/llvm/Constant.h')
| -rw-r--r-- | llvm/include/llvm/Constant.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Constant.h b/llvm/include/llvm/Constant.h index cc73b53b497..112cb4d2abc 100644 --- a/llvm/include/llvm/Constant.h +++ b/llvm/include/llvm/Constant.h @@ -26,8 +26,8 @@ protected: void destroyConstantImpl(); public: - // 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); /// Static constructor to get a '0' constant of arbitrary type... /// |

