summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveDebugVariables.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-01-11 22:45:28 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-01-11 22:45:28 +0000
commita518ccc26a0e01d93a58e305f7c19c42fa640bb9 (patch)
tree758e2b784c10889690850b15f9f6e0a7d816e3d0 /lib/CodeGen/LiveDebugVariables.cpp
parentf27df33b02a85a030aaa4476aee7d1e8fe5921b2 (diff)
downloadllvm-a518ccc26a0e01d93a58e305f7c19c42fa640bb9.tar.gz
llvm-a518ccc26a0e01d93a58e305f7c19c42fa640bb9.tar.bz2
llvm-a518ccc26a0e01d93a58e305f7c19c42fa640bb9.tar.xz
Enable LiveDebugVariables by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveDebugVariables.cpp')
-rw-r--r--lib/CodeGen/LiveDebugVariables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveDebugVariables.cpp b/lib/CodeGen/LiveDebugVariables.cpp
index 9a67a630b5..1349bf5e78 100644
--- a/lib/CodeGen/LiveDebugVariables.cpp
+++ b/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;