diff options
author | Mikael Holmen <mikael.holmen@ericsson.com> | 2017-01-19 13:35:13 +0000 |
---|---|---|
committer | Mikael Holmen <mikael.holmen@ericsson.com> | 2017-01-19 13:35:13 +0000 |
commit | 8bf15614fb70ec30ea24c93f0fff669772183b26 (patch) | |
tree | 9ac65f8c5d15476e9d6b30c831dce90a21f5543f /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | |
parent | e9412b4d47625a8226782729c180226bd96210b8 (diff) | |
download | bcm5719-llvm-8bf15614fb70ec30ea24c93f0fff669772183b26.tar.gz bcm5719-llvm-8bf15614fb70ec30ea24c93f0fff669772183b26.zip |
Test commit access, remove trailing whitespace
llvm-svn: 292482
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
-rw-r--r-- | llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp index 71424b2bac2..6ffe29a5c98 100644 --- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/llvm/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). |