forked from OSchip/llvm-project
parent
03ae399d50
commit
efd1b30436
|
@ -551,8 +551,6 @@ void SIFrameLowering::emitPrologue(MachineFunction &MF,
|
|||
if (NeedsRealignment) {
|
||||
assert(NeedFP);
|
||||
const unsigned Alignment = MFI.getMaxAlignment();
|
||||
const unsigned ZeroLowBits = countTrailingZeros(Alignment);
|
||||
assert(ZeroLowBits > 1);
|
||||
|
||||
RoundedSize += Alignment;
|
||||
|
||||
|
|
Loading…
Reference in New Issue