commit | 89c0b4a90eb86756dd83ac20216fc55a38c87376 | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Tue Sep 05 00:22:25 2006 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Tue Sep 05 00:22:25 2006 +0000 |
tree | 38cb4cfd36000f24e2e9ca3ab2612f0b9cd3ebaa | |
parent | 2f87a883b8a54fc8993214485772feee11191089 [diff] [blame] |
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 9c44f55..fde5801 100644 --- a/lib/Target/Alpha/AlphaISelLowering.cpp +++ b/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -135,6 +135,9 @@ addLegalFPImmediate(+0.0); //F31 addLegalFPImmediate(-0.0); //-F31 + setJumpBufSize(272); + setJumpBufAlignment(16); + computeRegisterProperties(); useITOF = TM.getSubtarget<AlphaSubtarget>().hasF2I();