hide symbols properly

llvm-svn: 31184
This commit is contained in:
Chris Lattner 2006-10-25 21:14:31 +00:00
parent 798b306311
commit 53f53db919
1 changed files with 1 additions and 1 deletions

View 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;