mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-14 17:57:43 +00:00
tidy up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121371 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2a4f0986ac
commit
bfd0daa6a6
@ -542,7 +542,7 @@ void ARMFrameInfo::emitPushInst(MachineBasicBlock &MBB,
|
||||
|
||||
if (!Regs.empty()) {
|
||||
MachineInstrBuilder MIB =
|
||||
AddDefaultPred(BuildMI(MBB, MI, DL, TII.get(Opc),ARM::SP)
|
||||
AddDefaultPred(BuildMI(MBB, MI, DL, TII.get(Opc), ARM::SP)
|
||||
.addReg(ARM::SP));
|
||||
for (unsigned i = 0, e = Regs.size(); i < e; ++i)
|
||||
MIB.addReg(Regs[i].first, getKillRegState(Regs[i].second));
|
||||
|
Loading…
x
Reference in New Issue
Block a user