The interesting contents of SymTabValue were incorporated into Function
authorChris Lattner <sabre@nondot.org>
Sun, 28 Apr 2002 04:46:07 +0000 (04:46 +0000)
committerChris 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

index 8085101204be1cea4adb9d8a04cdb19100eacce6..d79b187733fa738fcdd2383d867308bf0c1428b8 100644 (file)
@@ -31,7 +31,7 @@ private:
 
   SymbolTable *ParentSymTab;
 
-  friend class SymTabValue;
+  friend class Function;
   inline void setParentSymTab(SymbolTable *P) { ParentSymTab = P; }
 
 public: