From 9f4ec2ea85a7db8fe89aa50456ad9d04517bc0cc Mon Sep 17 00:00:00 2001 From: Chad Rosier <mcrosier@codeaurora.org> Date: Wed, 10 Feb 2016 18:49:28 +0000 Subject: [PATCH] [AArch64] Update comment to match reality. NFC. llvm-svn: 260406 --- llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp b/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp index 285fcc2007f3..d0de6d24fc94 100644 --- a/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp +++ b/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp @@ -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) {