1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Test commit access, remove trailing whitespace

llvm-svn: 292482
This commit is contained in:
Mikael Holmen 2017-01-19 13:35:13 +00:00
parent bf2cbd3175
commit acf79b9fc1

View 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).