projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c21e6c9
)
don't break the build on 32-bit hosts.
author
Chris Lattner
<sabre@nondot.org>
Sat, 5 Mar 2005 17:47:38 +0000
(17:47 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 5 Mar 2005 17:47:38 +0000
(17:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20455
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaRegisterInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaRegisterInfo.cpp
b/lib/Target/Alpha/AlphaRegisterInfo.cpp
index 3d2b354b0b3193522bd48221e08637b0eaee6c92..7a4df2bd3514b473e85005b11b05450be09fb421 100644
(file)
--- a/
lib/Target/Alpha/AlphaRegisterInfo.cpp
+++ b/
lib/Target/Alpha/AlphaRegisterInfo.cpp
@@
-31,8
+31,8
@@
using namespace llvm;
//These describe LDAx
-static const int64_t IMM_LOW = 0xffffffffffff8000;
-static const int IMM_HIGH = 0x0000000000007fff;
+static const int64_t IMM_LOW = 0xffffffffffff8000
LL
;
+static const int IMM_HIGH = 0x0000000000007fff
LL
;
static const int IMM_MULT = 65536;
static long getUpper16(long l)