diff options
author | Chris Lattner <sabre@nondot.org> | 2006-09-05 17:39:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-09-05 17:39:15 +0000 |
commit | 0dce3311c4eadbaf3a52d6be9160e7d3491c8407 (patch) | |
tree | c9954776fab345f0957ea717b910b51f3672d556 /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | 7a150d311302f9dac40edb7d3668541f8ceac6b7 (diff) | |
download | bcm5719-llvm-0dce3311c4eadbaf3a52d6be9160e7d3491c8407.tar.gz bcm5719-llvm-0dce3311c4eadbaf3a52d6be9160e7d3491c8407.zip |
Change the default to 0, which means 'default'.
llvm-svn: 30114
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 92354cd2966..10c3a04a101 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -41,7 +41,7 @@ TargetLowering::TargetLowering(TargetMachine &tm) Pow2DivIsCheap = false; StackPointerRegisterToSaveRestore = 0; SchedPreferenceInfo = SchedulingForLatency; - JumpBufSize = 200; + JumpBufSize = 0; JumpBufAlignment = 0; } |