diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-01-11 23:20:33 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-01-11 23:20:33 +0000 |
commit | 43812bfa92d30f93d26077ad57b2abc993bb223e (patch) | |
tree | ce6e3b63b1bfedb6bc0a65b8c30247ab96a69d7d /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | 74c6d19c1f4772d2a26e252d0cc8a078639c4ca7 (diff) | |
download | llvm-43812bfa92d30f93d26077ad57b2abc993bb223e.zip llvm-43812bfa92d30f93d26077ad57b2abc993bb223e.tar.gz llvm-43812bfa92d30f93d26077ad57b2abc993bb223e.tar.bz2 |
The world is not ready for LiveDebugVariables yet.
llvm-svn: 123290
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 1349bf5..9a67a63 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", cl::init(true), +EnableLDV("live-debug-variables", cl::desc("Enable the live debug variables pass"), cl::Hidden); char LiveDebugVariables::ID = 0; |