From: Andrew Lenharth Date: Tue, 5 Sep 2006 00:22:25 +0000 (+0000) Subject: jmp_bufs are this big on alpha. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=89c0b4a90eb86756dd83ac20216fc55a38c87376;p=oota-llvm.git jmp_bufs are this big on alpha. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30107 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp index 9c44f5555fe..fde5801f5d4 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().hasF2I();