diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-01-11 22:45:28 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-01-11 22:45:28 +0000 |
commit | 8c98495f43745845e2fe50f50b7e4fd04bdb4cc0 (patch) | |
tree | 70c4c62a305a9d7e00e3a909aefbebcfbf133725 /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | 4d6ade0e31d7c9dd5fd8f926b62c90d993d37cc3 (diff) | |
download | bcm5719-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.cpp | 2 |
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; |