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:
53aaefe
)
Changing setName semantics
author
Chris Lattner
<sabre@nondot.org>
Fri, 7 Sep 2001 16:16:57 +0000
(16:16 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/BasicBlock.h
b/include/llvm/BasicBlock.h
index aa201c3c84b7e5b08649d82c7f6ae4c26b1a099c..fc41a1215631973107ecf1ff062ad8761cbd704d 100644
(file)
--- a/
include/llvm/BasicBlock.h
+++ b/
include/llvm/BasicBlock.h
@@
-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(); }