From 797e9a7737136a5e13d9114fe11543da471f9bdc Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Wed, 20 Jun 2012 22:52:22 +0000 Subject: 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 --- lib/CodeGen/LiveIntervalAnalysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen/LiveIntervalAnalysis.cpp') diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp index 153d1c37df..09bf81772b 100644 --- a/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -41,7 +41,7 @@ using namespace llvm; // Temporary option to enable regunit liveness. -static cl::opt LiveRegUnits("live-regunits", cl::Hidden); +static cl::opt LiveRegUnits("live-regunits", cl::Hidden, cl::init(true)); STATISTIC(numIntervals , "Number of original intervals"); -- cgit v1.2.3-70-g09d2