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:
a7868af
)
forgot this
author
Duraid Madina
<duraid@octopus.com.au>
Mon, 4 Sep 2006 07:44:11 +0000
(07:44 +0000)
committer
Duraid 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/TargetLowering.cpp
b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index b8cefc646a326a86a99e860a0ec8b13cb8130c7f..92354cd2966bb3b14f445c56e8319d407df8e9a9 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/
lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@
-41,6
+41,8
@@
TargetLowering::TargetLowering(TargetMachine &tm)
Pow2DivIsCheap = false;
StackPointerRegisterToSaveRestore = 0;
SchedPreferenceInfo = SchedulingForLatency;
+ JumpBufSize = 200;
+ JumpBufAlignment = 0;
}
TargetLowering::~TargetLowering() {}