]> granicus.if.org Git - llvm/commitdiff
Test commit access, remove trailing whitespace
authorMikael Holmen <mikael.holmen@ericsson.com>
Thu, 19 Jan 2017 13:35:13 +0000 (13:35 +0000)
committerMikael Holmen <mikael.holmen@ericsson.com>
Thu, 19 Jan 2017 13:35:13 +0000 (13:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292482 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/LoopVectorize.cpp

index 71424b2bac207235a68353b469c04cd38e1338ef..6ffe29a5c9814ec539fa10d1568e157de4db5ad2 100644 (file)
@@ -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).