Test commit, remove trailing space.
authorFlorian Hahn <florian.hahn@arm.com>
Tue, 15 Nov 2016 13:28:42 +0000 (13:28 +0000)
committerFlorian Hahn <florian.hahn@arm.com>
Tue, 15 Nov 2016 13:28:42 +0000 (13:28 +0000)
This commit is used to test commit access.

llvm-svn: 286957

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

index abbe416..ce37e3b 100644 (file)
@@ -3383,7 +3383,7 @@ void InnerLoopVectorizer::createEmptyLoop() {
     } 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();