commit | ee4a76563a84839453588104e94d4891fc44d625 | [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 | 1c05588f6c4ccf6e7af8e658c3f95a19a93f0a72 | |
parent | 46c01cfe9f1c6900ea63df9c79094d0826fd9ecc [diff] [blame] |
initialize an instance var, apparently I forgot to commit this long ago git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25609 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 1128f74..8f177c9 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -32,6 +32,7 @@ UseUnderscoreSetJmpLongJmp = false; IntDivIsCheap = false; Pow2DivIsCheap = false; + StackPointerRegisterToSaveRestore = 0; SchedPreferenceInfo = SchedulingForLatency; }