diff options
author | Xin Tong <trent.xin.tong@gmail.com> | 2017-05-01 23:08:19 +0000 |
---|---|---|
committer | Xin Tong <trent.xin.tong@gmail.com> | 2017-05-01 23:08:19 +0000 |
commit | a41bf70bead3fd1e28a121e950f57ef161a5f0b0 (patch) | |
tree | 86248624fc0e9b048a50b06219903558f2fed233 /llvm/lib/Transforms | |
parent | b32d512f02162804d3d71cb3695e4d66b5967e33 (diff) | |
download | bcm5719-llvm-a41bf70bead3fd1e28a121e950f57ef161a5f0b0.tar.gz bcm5719-llvm-a41bf70bead3fd1e28a121e950f57ef161a5f0b0.zip |
Empty Space. NFC
llvm-svn: 301878
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp b/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp index 0f4a1b436ea..410fbb03068 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."); |