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. //