mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 13:36:28 +00:00
Add comment.
llvm-svn: 82836
This commit is contained in:
parent
0b55bde4b3
commit
c4e3168b65
@ -1185,6 +1185,7 @@ ARMPreAllocLoadStoreOpt::CanFormLdStDWord(MachineInstr *Op0, MachineInstr *Op1,
|
||||
} else
|
||||
return false;
|
||||
|
||||
// Make sure the offset registers match.
|
||||
if (!isT2 &&
|
||||
(Op0->getOperand(2).getReg() != Op1->getOperand(2).getReg()))
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user