summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit8c98495f43745845e2fe50f50b7e4fd04bdb4cc0 (patch)
tree70c4c62a305a9d7e00e3a909aefbebcfbf133725 /llvm/lib/CodeGen/LiveDebugVariables.cpp
parent4d6ade0e31d7c9dd5fd8f926b62c90d993d37cc3 (diff)
downloadbcm5719-llvm-8c98495f43745845e2fe50f50b7e4fd04bdb4cc0.tar.gz
bcm5719-llvm-8c98495f43745845e2fe50f50b7e4fd04bdb4cc0.zip
Enable LiveDebugVariables by default.
llvm-svn: 123282
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
-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 9a67a630b54..1349bf5e788 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;
OpenPOWER on IntegriCloud