mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 01:34:32 +00:00
Make SCEVExpanders private methods private, instead of protected.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69806 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d50330cd02
commit
b928c57397
@ -91,7 +91,8 @@ namespace llvm {
|
|||||||
/// of work to avoid inserting an obviously redundant operation.
|
/// of work to avoid inserting an obviously redundant operation.
|
||||||
static Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS,
|
static Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS,
|
||||||
Value *RHS, Instruction *InsertPt);
|
Value *RHS, Instruction *InsertPt);
|
||||||
protected:
|
|
||||||
|
private:
|
||||||
Value *expand(const SCEV *S);
|
Value *expand(const SCEV *S);
|
||||||
|
|
||||||
Value *visitConstant(const SCEVConstant *S) {
|
Value *visitConstant(const SCEVConstant *S) {
|
||||||
|
Loading…
Reference in New Issue
Block a user