jmp_bufs are this big on alpha.
authorAndrew Lenharth <andrewl@lenharth.org>
Tue, 5 Sep 2006 00:22:25 +0000 (00:22 +0000)
committerAndrew 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

index 9c44f5555febf9283ed0d08a5b2d351f8b8ec280..fde5801f5d4f5c038973ae4bd8adb78e33467efa 100644 (file)
@@ -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();