1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Only adjust esp around calls in presence of alloca.

llvm-svn: 40030
This commit is contained in:
Evan Cheng 2007-07-19 00:42:58 +00:00
parent 30e121adf6
commit 45eb268032

View File

@ -429,7 +429,7 @@ bool ARMRegisterInfo::hasReservedCallFrame(MachineFunction &MF) const {
if (CFSize >= ((1 << 12) - 1) / 2) // Half of imm12
return false;
}
return !hasFP(MF);
return !MF.getFrameInfo()->hasVarSizedObjects();
}
/// emitARMRegPlusImmediate - Emits a series of instructions to materialize