summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-12-06 08:54:31 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-12-06 08:54:31 +0000
commit8393dc7378d8218e52785ccfe6a5b5d8666e050a (patch)
treea46cdab2c4231364923227754480ee2c1ceefa5e /llvm/lib/CodeGen
parenteedaf92fcf15ca066f89b10ba8c2212a4697cdfd (diff)
downloadbcm5719-llvm-8393dc7378d8218e52785ccfe6a5b5d8666e050a.tar.gz
bcm5719-llvm-8393dc7378d8218e52785ccfe6a5b5d8666e050a.zip
Turning simple splitting on. Start testing new coalescer heuristics as new llcbeta.
llvm-svn: 44660
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/LiveIntervalAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
index 92627345ded..d151da3a946 100644
--- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -42,7 +42,7 @@ namespace {
cl::init(false), cl::Hidden);
cl::opt<bool> SplitAtBB("split-intervals-at-bb",
- cl::init(false), cl::Hidden);
+ cl::init(true), cl::Hidden);
cl::opt<int> SplitLimit("split-limit",
cl::init(-1), cl::Hidden);
}
OpenPOWER on IntegriCloud