[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.cpp

Andrew Lenharth alenhar2 at cs.uiuc.edu
Mon Sep 4 17:22:39 PDT 2006



Changes in directory llvm/lib/Target/Alpha:

AlphaISelLowering.cpp updated: 1.58 -> 1.59
---
Log message:

jmp_bufs are this big on alpha.

---
Diffs of the changes:  (+3 -0)

 AlphaISelLowering.cpp |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.58 llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.59
--- llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.58	Fri Aug 11 12:38:39 2006
+++ llvm/lib/Target/Alpha/AlphaISelLowering.cpp	Mon Sep  4 19:22:25 2006
@@ -135,6 +135,9 @@
   addLegalFPImmediate(+0.0); //F31
   addLegalFPImmediate(-0.0); //-F31
 
+  setJumpBufSize(272);
+  setJumpBufAlignment(16);
+
   computeRegisterProperties();
 
   useITOF = TM.getSubtarget<AlphaSubtarget>().hasF2I();






More information about the llvm-commits mailing list