mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-14 17:57:43 +00:00
Fix up some comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121351 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d7b3f5870d
commit
1a48c032bd
@ -529,9 +529,9 @@ void ARMFrameInfo::emitPushInst(MachineBasicBlock &MBB,
|
||||
if (isKill)
|
||||
MBB.addLiveIn(Reg);
|
||||
|
||||
// If NoGap is true, pop consecutive registers and then leave the rest
|
||||
// If NoGap is true, push consecutive registers and then leave the rest
|
||||
// for other instructions. e.g.
|
||||
// vpush {d8, d10, d11} -> vpush {d8}, vpop {d10, d11}
|
||||
// vpush {d8, d10, d11} -> vpush {d8}, vpush {d10, d11}
|
||||
if (NoGap && LastReg && LastReg != Reg-1)
|
||||
break;
|
||||
LastReg = Reg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user