[AArch64] Add a FIXME comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259515 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chad Rosier 2016-02-02 15:22:55 +00:00
parent bba05d1386
commit 808a3d2826

View File

@ -1021,6 +1021,8 @@ bool AArch64LoadStoreOpt::findMatchingStore(
ModifiedRegs.reset();
UsedRegs.reset();
// FIXME: We miss the case where the matching store is the first instruction
// in the basic block.
for (unsigned Count = 0; MBBI != E && Count < Limit;) {
--MBBI;
MachineInstr *MI = MBBI;