[AArch64] Update comment to match reality. NFC.

llvm-svn: 260406
This commit is contained in:
Chad Rosier 2016-02-10 18:49:28 +00:00
parent e1d85a4d1f
commit 9f4ec2ea85
1 changed files with 2 additions and 2 deletions

View File

@ -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) {