hide symbols properly
authorChris Lattner <sabre@nondot.org>
Wed, 25 Oct 2006 21:14:31 +0000 (21:14 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 25 Oct 2006 21:14:31 +0000 (21:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31184 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/PredicateSimplifier.cpp

index 4d86f6aa46ce1c7b26cf91e2dbe16bd15ec534d5..0a129dcc1af042d8df1853a7befc28a28855854b 100644 (file)
@@ -400,7 +400,7 @@ namespace {
   /// PredicateSimplifier - This class is a simplifier that replaces
   /// one equivalent variable with another. It also tracks what
   /// can't be equal and will solve setcc instructions when possible.
-  class PredicateSimplifier : public FunctionPass {
+  class VISIBILITY_HIDDEN PredicateSimplifier : public FunctionPass {
   public:
     bool runOnFunction(Function &F);
     virtual void getAnalysisUsage(AnalysisUsage &AU) const;