commit | 33faddc35d5da8451f03edf27f90b901ba529c58 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Dec 06 08:54:31 2007 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Dec 06 08:54:31 2007 +0000 |
tree | e7e7515298448a0706778dc69090b5c88e125d6b | |
parent | d3fd6d2b25fc4e932ac796664ae7f4cd810ced8a [diff] [blame] |
Turning simple splitting on. Start testing new coalescer heuristics as new llcbeta. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44660 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp index 9262734..d151da3 100644 --- a/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -42,7 +42,7 @@ 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); }