From: Chris Lattner Date: Thu, 23 Oct 2003 19:33:44 +0000 (+0000) Subject: Fix bug in eon hopefully X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4a2c0e92595906b3f9c5002678f3dc806f774207;p=oota-llvm.git Fix bug in eon hopefully git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9442 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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);