1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

[AArch64] Add a FIXME comment.

llvm-svn: 259515
This commit is contained in:
Chad Rosier 2016-02-02 15:22:55 +00:00
parent 8104a75622
commit 7178a271fa

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;