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:
d50330c
)
Make SCEVExpanders private methods private, instead of protected.
author
Dan Gohman
<gohman@apple.com>
Wed, 22 Apr 2009 16:00:36 +0000
(16:00 +0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 22 Apr 2009 16:00:36 +0000
(16:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69806
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 16db5f39c410f8ec5e069bcccfcdd7a4c48df8a0..5327f9d7161efb4779384f0f662c3ea7bec67883 100644
(file)
--- a/
include/llvm/Analysis/ScalarEvolutionExpander.h
+++ b/
include/llvm/Analysis/ScalarEvolutionExpander.h
@@
-91,7
+91,8
@@
namespace llvm {
/// of work to avoid inserting an obviously redundant operation.
static Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS,
Value *RHS, Instruction *InsertPt);
- protected:
+
+ private:
Value *expand(const SCEV *S);
Value *visitConstant(const SCEVConstant *S) {