From 74ded57bb85c28969fd528cb1576a5017c4921ee Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Wed, 12 Jan 2011 23:36:21 +0000 Subject: Try again enabling LiveDebugVariables. llvm-svn: 123342 --- llvm/lib/CodeGen/LiveDebugVariables.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp') diff --git a/llvm/lib/CodeGen/LiveDebugVariables.cpp b/llvm/lib/CodeGen/LiveDebugVariables.cpp index b2aaa8e..1eab6bb 100644 --- a/llvm/lib/CodeGen/LiveDebugVariables.cpp +++ b/llvm/lib/CodeGen/LiveDebugVariables.cpp @@ -40,7 +40,7 @@ using namespace llvm; static cl::opt -EnableLDV("live-debug-variables", +EnableLDV("live-debug-variables", cl::init(true), cl::desc("Enable the live debug variables pass"), cl::Hidden); char LiveDebugVariables::ID = 0; -- cgit v1.1