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:
2f87a88
)
jmp_bufs are this big on alpha.
author
Andrew Lenharth
<andrewl@lenharth.org>
Tue, 5 Sep 2006 00:22:25 +0000
(
00:22
+0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Tue, 5 Sep 2006 00:22:25 +0000
(
00:22
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30107
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaISelLowering.cpp
b/lib/Target/Alpha/AlphaISelLowering.cpp
index 9c44f5555febf9283ed0d08a5b2d351f8b8ec280..fde5801f5d4f5c038973ae4bd8adb78e33467efa 100644
(file)
--- a/
lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/
lib/Target/Alpha/AlphaISelLowering.cpp
@@
-135,6
+135,9
@@
AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM)
addLegalFPImmediate(+0.0); //F31
addLegalFPImmediate(-0.0); //-F31
+ setJumpBufSize(272);
+ setJumpBufAlignment(16);
+
computeRegisterProperties();
useITOF = TM.getSubtarget<AlphaSubtarget>().hasF2I();