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:
2763dfd
)
Remove a 'protected' keyword, now that SCEVExpander is no longer
author
Dan Gohman
<gohman@apple.com>
Sun, 14 Feb 2010 02:47:26 +0000
(
02:47
+0000)
committer
Dan Gohman
<gohman@apple.com>
Sun, 14 Feb 2010 02:47:26 +0000
(
02:47
+0000)
intended to be subclassed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96149
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/ScalarEvolutionExpander.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/ScalarEvolutionExpander.h
b/include/llvm/Analysis/ScalarEvolutionExpander.h
index 9e5f5d7f552052f82359a12df626c41e321a4ec7..a9a70cbbb47f2a4a6e9546b0731b15d1fd354ec5 100644
(file)
--- a/
include/llvm/Analysis/ScalarEvolutionExpander.h
+++ b/
include/llvm/Analysis/ScalarEvolutionExpander.h
@@
-54,11
+54,11
@@
namespace llvm {
/// in a more literal form.
bool CanonicalMode;
- protected:
typedef IRBuilder<true, TargetFolder> BuilderType;
BuilderType Builder;
friend struct SCEVVisitor<SCEVExpander, Value*>;
+
public:
/// SCEVExpander - Construct a SCEVExpander in "canonical" mode.
explicit SCEVExpander(ScalarEvolution &se)