mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-09 03:56:28 +00:00
Enable register unit liveness by default.
Soon we won't need to compute live intervals for physical registers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158865 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3b30bca16f
commit
797e9a7737
@ -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…
x
Reference in New Issue
Block a user