commit | 2df5458535c54c1e214da65191ef86c38b57da39 | [log] [tgz] |
---|---|---|
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Tue Jan 11 23:20:33 2011 +0000 |
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Tue Jan 11 23:20:33 2011 +0000 |
tree | 7ed0d204439fdc93370c5d53557320f638a87c2c | |
parent | 89f1582616a4f01a7f230fd97337e13c317f5d35 [diff] [blame] |
The world is not ready for LiveDebugVariables yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123290 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/LiveDebugVariables.cpp b/lib/CodeGen/LiveDebugVariables.cpp index 1349bf5..9a67a63 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", cl::init(true), +EnableLDV("live-debug-variables", cl::desc("Enable the live debug variables pass"), cl::Hidden); char LiveDebugVariables::ID = 0;