projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46c01cf
)
initialize an instance var, apparently I forgot to commit this long ago
author
Chris Lattner
<sabre@nondot.org>
Wed, 25 Jan 2006 18:57:15 +0000
(18:57 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/TargetLowering.cpp
b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index 1128f74fa65abcd8fa8db0519092b9561ed7f2cc..8f177c901d2081a03529af6fc118dd9f4afb904b 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/
lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@
-32,6
+32,7
@@
TargetLowering::TargetLowering(TargetMachine &tm)
UseUnderscoreSetJmpLongJmp = false;
IntDivIsCheap = false;
Pow2DivIsCheap = false;
+ StackPointerRegisterToSaveRestore = 0;
SchedPreferenceInfo = SchedulingForLatency;
}