projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bbbb98
)
hide symbols properly
author
Chris Lattner
<sabre@nondot.org>
Wed, 25 Oct 2006 21:14:31 +0000
(21:14 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/PredicateSimplifier.cpp
b/lib/Transforms/Scalar/PredicateSimplifier.cpp
index 4d86f6aa46ce1c7b26cf91e2dbe16bd15ec534d5..0a129dcc1af042d8df1853a7befc28a28855854b 100644
(file)
--- a/
lib/Transforms/Scalar/PredicateSimplifier.cpp
+++ b/
lib/Transforms/Scalar/PredicateSimplifier.cpp
@@
-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;