mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Support new setName interface
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@421 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2cac6d2ef4
commit
be4c4001f4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user