mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-16 02:57:52 +00:00
[AArch64] Update comment to match reality. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260406 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
952c84f10b
commit
0b08398212
@ -1131,8 +1131,8 @@ bool AArch64LoadStoreOpt::findMatchingStore(
|
||||
return false;
|
||||
}
|
||||
|
||||
/// findMatchingInsn - Scan the instructions looking for a load/store that can
|
||||
/// be combined with the current instruction into a load/store pair.
|
||||
/// Scan the instructions looking for a load/store that can be combined with the
|
||||
/// current instruction into a wider equivalent or a load/store pair.
|
||||
MachineBasicBlock::iterator
|
||||
AArch64LoadStoreOpt::findMatchingInsn(MachineBasicBlock::iterator I,
|
||||
LdStPairFlags &Flags, unsigned Limit) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user