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:
6b5689e
)
The interesting contents of SymTabValue were incorporated into Function
author
Chris Lattner
<sabre@nondot.org>
Sun, 28 Apr 2002 04:46:07 +0000
(
04:46
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 28 Apr 2002 04:46:07 +0000
(
04:46
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2346
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/SymbolTable.h
patch
|
blob
|
history
diff --git
a/include/llvm/SymbolTable.h
b/include/llvm/SymbolTable.h
index 8085101204be1cea4adb9d8a04cdb19100eacce6..d79b187733fa738fcdd2383d867308bf0c1428b8 100644
(file)
--- a/
include/llvm/SymbolTable.h
+++ b/
include/llvm/SymbolTable.h
@@
-31,7
+31,7
@@
private:
SymbolTable *ParentSymTab;
- friend class
SymTabValue
;
+ friend class
Function
;
inline void setParentSymTab(SymbolTable *P) { ParentSymTab = P; }
public: