From 09dcda1769c954b23107a15cac9b542c49f317e4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 7 Sep 2001 16:19:55 +0000 Subject: [PATCH] Support new setName interface llvm-svn: 421 --- llvm/include/llvm/Instruction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Instruction.h b/llvm/include/llvm/Instruction.h index 978af62c3147..2bb590bc5e54 100644 --- a/llvm/include/llvm/Instruction.h +++ b/llvm/include/llvm/Instruction.h @@ -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: