From: Mikael Holmen Date: Thu, 19 Jan 2017 13:35:13 +0000 (+0000) Subject: Test commit access, remove trailing whitespace X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02d931bc7db18f1268c1e1951580b87516db8402;p=llvm Test commit access, remove trailing whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292482 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Vectorize/LoopVectorize.cpp b/lib/Transforms/Vectorize/LoopVectorize.cpp index 71424b2bac2..6ffe29a5c98 100644 --- a/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -6016,7 +6016,7 @@ void InterleavedAccessInfo::analyzeInterleaving( if (Group->getNumMembers() != Group->getFactor()) releaseGroup(Group); - // Remove interleaved groups with gaps (currently only loads) whose memory + // Remove interleaved groups with gaps (currently only loads) whose memory // accesses may wrap around. We have to revisit the getPtrStride analysis, // this time with ShouldCheckWrap=true, since collectConstStrideAccesses does // not check wrapping (see documentation there).