forked from OSchip/llvm-project
Make SCEVExpanders private methods private, instead of protected.
llvm-svn: 69806
This commit is contained in:
parent
956ae9dc15
commit
87d138c3b9
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue