[AArch64] Update comment to match reality. NFC.
authorChad Rosier <mcrosier@codeaurora.org>
Wed, 10 Feb 2016 18:49:28 +0000 (18:49 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Wed, 10 Feb 2016 18:49:28 +0000 (18:49 +0000)
llvm-svn: 260406

llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp

index 285fcc2..d0de6d2 100644 (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) {