Changing setName semantics
authorChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 16:16:57 +0000 (16:16 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 16:16:57 +0000 (16:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@417 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/BasicBlock.h

index aa201c3c84b7e5b08649d82c7f6ae4c26b1a099c..fc41a1215631973107ecf1ff062ad8761cbd704d 100644 (file)
@@ -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(); }