initialize an instance var, apparently I forgot to commit this long ago
authorChris Lattner <sabre@nondot.org>
Wed, 25 Jan 2006 18:57:15 +0000 (18:57 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 25 Jan 2006 18:57:15 +0000 (18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25609 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/TargetLowering.cpp

index 1128f74fa65abcd8fa8db0519092b9561ed7f2cc..8f177c901d2081a03529af6fc118dd9f4afb904b 100644 (file)
@@ -32,6 +32,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
   UseUnderscoreSetJmpLongJmp = false;
   IntDivIsCheap = false;
   Pow2DivIsCheap = false;
+  StackPointerRegisterToSaveRestore = 0;
   SchedPreferenceInfo = SchedulingForLatency;
 }