mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-13 10:32:06 +00:00
Delete an unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73865 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
03ad6982c4
commit
743ab498d8
@ -3832,7 +3832,6 @@ HowManyLessThans(const SCEV *LHS, const SCEV *RHS,
|
|||||||
// FORNOW: We only support unit strides.
|
// FORNOW: We only support unit strides.
|
||||||
unsigned BitWidth = getTypeSizeInBits(AddRec->getType());
|
unsigned BitWidth = getTypeSizeInBits(AddRec->getType());
|
||||||
SCEVHandle Step = AddRec->getStepRecurrence(*this);
|
SCEVHandle Step = AddRec->getStepRecurrence(*this);
|
||||||
SCEVHandle NegOne = getIntegerSCEV(-1, AddRec->getType());
|
|
||||||
|
|
||||||
// TODO: handle non-constant strides.
|
// TODO: handle non-constant strides.
|
||||||
const SCEVConstant *CStep = dyn_cast<SCEVConstant>(Step);
|
const SCEVConstant *CStep = dyn_cast<SCEVConstant>(Step);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user