diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-01-12 23:36:21 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-01-12 23:36:21 +0000 |
commit | 74ded57bb85c28969fd528cb1576a5017c4921ee (patch) | |
tree | ebeabcb4546624a7e583d07b5b87e42ae4dc446b /llvm/lib/CodeGen | |
parent | 145584227545de350bcfed56a2372bc39961c4e8 (diff) | |
download | bcm5719-llvm-74ded57bb85c28969fd528cb1576a5017c4921ee.tar.gz bcm5719-llvm-74ded57bb85c28969fd528cb1576a5017c4921ee.zip |
Try again enabling LiveDebugVariables.
llvm-svn: 123342
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugVariables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.cpp b/llvm/lib/CodeGen/LiveDebugVariables.cpp index b2aaa8e46a4..1eab6bb7ec8 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; |