diff options
Diffstat (limited to 'include/llvm/Function.h')
-rw-r--r-- | include/llvm/Function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Function.h b/include/llvm/Function.h index 87e6bad48a..bb2c3ca996 100644 --- a/include/llvm/Function.h +++ b/include/llvm/Function.h @@ -57,7 +57,7 @@ private: BasicBlockListType BasicBlocks; // The basic blocks ArgumentListType ArgumentList; // The formal arguments - SymbolTable *SymTab, *ParentSymTab; + SymbolTable *SymTab; friend class SymbolTableListTraits<Function, Module, Module>; |