Fix protection probs
authorChris Lattner <sabre@nondot.org>
Thu, 15 Nov 2001 15:24:31 +0000 (15:24 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 Nov 2001 15:24:31 +0000 (15:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1321 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/FindUsedTypes.h

index 3e30f73e157696e2b330c6d23df4d15aab2c0896..aa00e5f8a83a13d459b20e0e3f04b6640a3294c0 100644 (file)
@@ -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.
   //