From: Chris Lattner Date: Sun, 28 Apr 2002 04:46:07 +0000 (+0000) Subject: The interesting contents of SymTabValue were incorporated into Function X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=853737706f57429b1a603e2b285df9a3db7723ba;p=oota-llvm.git 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 --- diff --git a/include/llvm/SymbolTable.h b/include/llvm/SymbolTable.h index 8085101204b..d79b187733f 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: