diff options
-rw-r--r-- | include/llvm/BasicBlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/BasicBlock.h b/include/llvm/BasicBlock.h index aa201c3c84..fc41a12156 100644 --- a/include/llvm/BasicBlock.h +++ b/include/llvm/BasicBlock.h @@ -57,7 +57,7 @@ public: ~BasicBlock(); // Specialize setName to take care of symbol table majik - virtual void setName(const string &name); + virtual void setName(const string &name, SymbolTable *ST = 0); const Method *getParent() const { return InstList.getParent(); } Method *getParent() { return InstList.getParent(); } |