This commit is used to test commit access.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286957
91177308-0d34-0410-b5e6-
96231b3b80d8
} else {
IRBuilder<> B(LoopBypassBlocks.back()->getTerminator());
Type *StepType = II.getStep()->getType();
- Instruction::CastOps CastOp =
+ Instruction::CastOps CastOp =
CastInst::getCastOpcode(CountRoundDown, true, StepType, true);
Value *CRD = B.CreateCast(CastOp, CountRoundDown, StepType, "cast.crd");
const DataLayout &DL = OrigLoop->getHeader()->getModule()->getDataLayout();