aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-01-12 23:36:21 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-01-12 23:36:21 +0000
commit74ded57bb85c28969fd528cb1576a5017c4921ee (patch)
treeebeabcb4546624a7e583d07b5b87e42ae4dc446b /llvm/lib/CodeGen
parent145584227545de350bcfed56a2372bc39961c4e8 (diff)
downloadllvm-74ded57bb85c28969fd528cb1576a5017c4921ee.zip
llvm-74ded57bb85c28969fd528cb1576a5017c4921ee.tar.gz
llvm-74ded57bb85c28969fd528cb1576a5017c4921ee.tar.bz2
Try again enabling LiveDebugVariables.
llvm-svn: 123342
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/LiveDebugVariables.cpp2
1 files changed, 1 insertions, 1 deletions
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<bool>
-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;