From: Chris Lattner Date: Thu, 15 Nov 2001 15:24:31 +0000 (+0000) Subject: Fix protection probs X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fe700e7e4240fa88b8d5f44d1e7d6dcc51495c26;p=oota-llvm.git Fix protection probs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1321 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/FindUsedTypes.h b/include/llvm/Analysis/FindUsedTypes.h index 3e30f73e157..aa00e5f8a83 100644 --- a/include/llvm/Analysis/FindUsedTypes.h +++ b/include/llvm/Analysis/FindUsedTypes.h @@ -44,7 +44,7 @@ private: // void IncorporateSymbolTable(const SymbolTable *ST); -protected: +public: // doPassInitialization - This loops over global constants defined in the // module, converting them to their new type. //