commit | d07c86465d06e4a7119729cc3a69e2089b58f20b | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jan 25 18:57:15 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jan 25 18:57:15 2006 +0000 |
tree | c8054fffeb04577af56147ecff8a283458241c3a | |
parent | 1880f8db02fe594ea56e035970df9c273c22c113 [diff] [blame] |
initialize an instance var, apparently I forgot to commit this long ago llvm-svn: 25609
diff --git a/llvm/lib/Target/TargetLowering.cpp b/llvm/lib/Target/TargetLowering.cpp index 1128f74..8f177c9 100644 --- a/llvm/lib/Target/TargetLowering.cpp +++ b/llvm/lib/Target/TargetLowering.cpp
@@ -32,6 +32,7 @@ UseUnderscoreSetJmpLongJmp = false; IntDivIsCheap = false; Pow2DivIsCheap = false; + StackPointerRegisterToSaveRestore = 0; SchedPreferenceInfo = SchedulingForLatency; }