Support new setName interface

llvm-svn: 421
This commit is contained in:
Chris Lattner 2001-09-07 16:19:55 +00:00
parent fce2dd9caa
commit 09dcda1769
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public:
virtual ~Instruction(); // Virtual dtor == good.
// Specialize setName to handle symbol table majik...
virtual void setName(const string &name);
virtual void setName(const string &name, SymbolTable *ST = 0);
// clone() - Create a copy of 'this' instruction that is identical in all ways
// except the following: