Fix call_adj.ll

llvm-svn: 28360
This commit is contained in:
Andrew Lenharth 2006-05-17 19:24:49 +00:00
parent 446dbcb5e4
commit 0f524f2050
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
// 'sub ESP, <amt>' and the adjcallstackdown instruction into 'add ESP,
// <amt>'
MachineInstr *Old = I;
unsigned Amount = Old->getOperand(0).getImmedValue();
uint64_t Amount = Old->getOperand(0).getImmedValue();
if (Amount != 0) {
// We need to keep the stack aligned properly. To do this, we round the
// amount of space needed for the outgoing arguments up to the next