Test commit. NFC.

llvm-svn: 282717
This commit is contained in:
Volkan Keles 2016-09-29 13:04:37 +00:00
parent 353fc1e947
commit 6ec2ac0416
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ private:
vectorizeStoreChain(ArrayRef<Instruction *> Chain,
SmallPtrSet<Instruction *, 16> *InstructionsProcessed);
/// Check if this load/store access is misaligned accesses
/// Check if this load/store access is misaligned accesses.
bool accessIsMisaligned(unsigned SzInBytes, unsigned AddressSpace,
unsigned Alignment);
};