summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorXin Tong <trent.xin.tong@gmail.com>2017-05-01 23:08:19 +0000
committerXin Tong <trent.xin.tong@gmail.com>2017-05-01 23:08:19 +0000
commita41bf70bead3fd1e28a121e950f57ef161a5f0b0 (patch)
tree86248624fc0e9b048a50b06219903558f2fed233 /llvm/lib/Transforms
parentb32d512f02162804d3d71cb3695e4d66b5967e33 (diff)
downloadbcm5719-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.cpp2
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.");
OpenPOWER on IntegriCloud