diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-24 13:42:44 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-24 13:42:44 +0000 |
commit | e8d8d647b978a7ea92e58bb256b93a9a75511602 (patch) | |
tree | 0712800cff778cd9d72e1f0f35a86a49840a25ed | |
parent | ee03f83e84f6ee2d4ddb4c28aeef2291d46c27af (diff) |
Merged revision 1.19.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9463 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Analysis/FindUsedTypes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Analysis/FindUsedTypes.h b/include/llvm/Analysis/FindUsedTypes.h index 7ce06046fa..50d659e2fa 100644 --- a/include/llvm/Analysis/FindUsedTypes.h +++ b/include/llvm/Analysis/FindUsedTypes.h @@ -39,6 +39,10 @@ private: /// void IncorporateType(const Type *Ty); + /// IncorporateSymbolTable - Include any named types. + /// + void IncorporateSymbolTable(const SymbolTable &ST); + public: /// run - This incorporates all types used by the specified module bool run(Module &M); |