aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-28 04:46:07 +0000
committerChris Lattner <sabre@nondot.org>2002-04-28 04:46:07 +0000
commit853737706f57429b1a603e2b285df9a3db7723ba (patch)
tree83a4e5fdc7f46d32e0cc31721101176b9c4e74bb /include/llvm
parent6b5689ed55bef1a6cf358dbb1016871d2237e1e6 (diff)
downloadexternal_llvm-853737706f57429b1a603e2b285df9a3db7723ba.zip
external_llvm-853737706f57429b1a603e2b285df9a3db7723ba.tar.gz
external_llvm-853737706f57429b1a603e2b285df9a3db7723ba.tar.bz2
The interesting contents of SymTabValue were incorporated into Function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2346 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/SymbolTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/SymbolTable.h b/include/llvm/SymbolTable.h
index 8085101..d79b187 100644
--- 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: