From: Xin Tong Date: Mon, 1 May 2017 23:08:19 +0000 (+0000) Subject: Empty Space. NFC X-Git-Tag: llvmorg-5.0.0-rc1~6220 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a41bf70bead3fd1e28a121e950f57ef161a5f0b0;p=platform%2Fupstream%2Fllvm.git Empty Space. NFC llvm-svn: 301878 --- diff --git a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp b/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp index 0f4a1b4..410fbb0 100644 --- a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp +++ b/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp @@ -856,7 +856,7 @@ bool LoopIdiomRecognize::processLoopStridedStore( /// If the stored value is a strided load in the same loop with the same stride /// this may be transformable into a memcpy. This kicks in for stuff like -/// for (i) A[i] = B[i]; +/// for (i) A[i] = B[i]; bool LoopIdiomRecognize::processLoopStoreOfLoopLoad(StoreInst *SI, const SCEV *BECount) { assert(SI->isSimple() && "Expected only non-volatile stores.");