summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-05-17 19:24:49 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-05-17 19:24:49 +0000
commit65b889ffb559bb8f2d45cbaf5f3f624a841c3dbf (patch)
treee2fc19f12b9f7bffa530a171da5d7cf5a5b953d0 /lib/Target/Alpha
parent3aa92e4e0047a2d325ffaf201ae6d1feb83fde15 (diff)
downloadllvm-65b889ffb559bb8f2d45cbaf5f3f624a841c3dbf.tar.gz
llvm-65b889ffb559bb8f2d45cbaf5f3f624a841c3dbf.tar.bz2
llvm-65b889ffb559bb8f2d45cbaf5f3f624a841c3dbf.tar.xz
Fix call_adj.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28360 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha')
-rw-r--r--lib/Target/Alpha/AlphaRegisterInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaRegisterInfo.cpp b/lib/Target/Alpha/AlphaRegisterInfo.cpp
index 55a98aa69e..4ae8761fec 100644
--- a/lib/Target/Alpha/AlphaRegisterInfo.cpp
+++ b/lib/Target/Alpha/AlphaRegisterInfo.cpp
@@ -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