forgot this
authorDuraid Madina <duraid@octopus.com.au>
Mon, 4 Sep 2006 07:44:11 +0000 (07:44 +0000)
committerDuraid Madina <duraid@octopus.com.au>
Mon, 4 Sep 2006 07:44:11 +0000 (07:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30097 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/TargetLowering.cpp

index b8cefc646a326a86a99e860a0ec8b13cb8130c7f..92354cd2966bb3b14f445c56e8319d407df8e9a9 100644 (file)
@@ -41,6 +41,8 @@ TargetLowering::TargetLowering(TargetMachine &tm)
   Pow2DivIsCheap = false;
   StackPointerRegisterToSaveRestore = 0;
   SchedPreferenceInfo = SchedulingForLatency;
+  JumpBufSize = 200;
+  JumpBufAlignment = 0;
 }
 
 TargetLowering::~TargetLowering() {}