projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cac6d2
)
Support new setName interface
author
Chris Lattner
<sabre@nondot.org>
Fri, 7 Sep 2001 16:19:55 +0000
(16:19 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 7 Sep 2001 16:19:55 +0000
(16:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@421
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Instruction.h
patch
|
blob
|
history
diff --git
a/include/llvm/Instruction.h
b/include/llvm/Instruction.h
index 978af62c314783f0fc6e5bfe30b7dc444dd7e086..2bb590bc5e5428de8f30b242fafdd86be2811eba 100644
(file)
--- a/
include/llvm/Instruction.h
+++ b/
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: