mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 16:16:45 +00:00
Enable register unit liveness by default.
Soon we won't need to compute live intervals for physical registers. llvm-svn: 158865
This commit is contained in:
parent
16f1cc3014
commit
6bd9aa4463
@ -41,7 +41,7 @@
|
||||
using namespace llvm;
|
||||
|
||||
// Temporary option to enable regunit liveness.
|
||||
static cl::opt<bool> LiveRegUnits("live-regunits", cl::Hidden);
|
||||
static cl::opt<bool> LiveRegUnits("live-regunits", cl::Hidden, cl::init(true));
|
||||
|
||||
STATISTIC(numIntervals , "Number of original intervals");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user