mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-10 06:03:52 +00:00
Test commit. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282717 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
267c7c00cb
commit
e9f2c694e6
@ -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);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user