From 3852b2ce7eb0cbdbc0191c8738646197af4f5e47 Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Tue, 5 Sep 2006 00:22:25 +0000 Subject: jmp_bufs are this big on alpha. llvm-svn: 30107 --- llvm/lib/Target/Alpha/AlphaISelLowering.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/lib/Target') diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp index 9c44f5555fe..fde5801f5d4 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp +++ b/llvm/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(); -- cgit v1.2.3