diff options
author | Duraid Madina <duraid@octopus.com.au> | 2006-09-04 07:44:11 +0000 |
---|---|---|
committer | Duraid Madina <duraid@octopus.com.au> | 2006-09-04 07:44:11 +0000 |
commit | 373be1d1a2bc4cc10b383e90ea4944a55439610b (patch) | |
tree | 3599f240892b49bf8b2fd2c67970f2d48b80b2a1 /llvm/lib/CodeGen | |
parent | a5d27b19e10971b667db9412efee5dce1c9c2808 (diff) | |
download | bcm5719-llvm-373be1d1a2bc4cc10b383e90ea4944a55439610b.tar.gz bcm5719-llvm-373be1d1a2bc4cc10b383e90ea4944a55439610b.zip |
forgot this
llvm-svn: 30097
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index b8cefc646a3..92354cd2966 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -41,6 +41,8 @@ TargetLowering::TargetLowering(TargetMachine &tm) Pow2DivIsCheap = false; StackPointerRegisterToSaveRestore = 0; SchedPreferenceInfo = SchedulingForLatency; + JumpBufSize = 200; + JumpBufAlignment = 0; } TargetLowering::~TargetLowering() {} |