summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-11-15 15:24:31 +0000
committerChris Lattner <sabre@nondot.org>2001-11-15 15:24:31 +0000
commitfe700e7e4240fa88b8d5f44d1e7d6dcc51495c26 (patch)
tree3a33115c9df01abf4bd093c45bd5b1de242305c9 /include
parentabf73cedd4f1100fae3e4bfe969649e1643e5254 (diff)
downloadllvm-fe700e7e4240fa88b8d5f44d1e7d6dcc51495c26.tar.gz
llvm-fe700e7e4240fa88b8d5f44d1e7d6dcc51495c26.tar.bz2
llvm-fe700e7e4240fa88b8d5f44d1e7d6dcc51495c26.tar.xz
Fix protection probs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1321 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/FindUsedTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/FindUsedTypes.h b/include/llvm/Analysis/FindUsedTypes.h
index 3e30f73e15..aa00e5f8a8 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.
//