From 4a2c0e92595906b3f9c5002678f3dc806f774207 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 23 Oct 2003 19:33:44 +0000 Subject: [PATCH] Fix bug in eon hopefully git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9442 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/FindUsedTypes.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/llvm/Analysis/FindUsedTypes.h b/include/llvm/Analysis/FindUsedTypes.h index 7ce06046fa8..50d659e2fac 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); -- 2.34.1