summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaISelLowering.cpp
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-09-05 00:22:25 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-09-05 00:22:25 +0000
commit89c0b4a90eb86756dd83ac20216fc55a38c87376 (patch)
tree38cb4cfd36000f24e2e9ca3ab2612f0b9cd3ebaa /lib/Target/Alpha/AlphaISelLowering.cpp
parent2f87a883b8a54fc8993214485772feee11191089 (diff)
downloadllvm-89c0b4a90eb86756dd83ac20216fc55a38c87376.tar.gz
llvm-89c0b4a90eb86756dd83ac20216fc55a38c87376.tar.bz2
llvm-89c0b4a90eb86756dd83ac20216fc55a38c87376.tar.xz
jmp_bufs are this big on alpha.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30107 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaISelLowering.cpp')
-rw-r--r--lib/Target/Alpha/AlphaISelLowering.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp
index 9c44f5555f..fde5801f5d 100644
--- 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();