diff options
author | Manman Ren <mren@apple.com> | 2013-02-13 20:23:48 +0000 |
---|---|---|
committer | Manman Ren <mren@apple.com> | 2013-02-13 20:23:48 +0000 |
commit | f098620095727dd2a823a94a3a8d47108361ad83 (patch) | |
tree | 5b199bdbbd27742d19fd2afecb4bc0226a41bb49 /lib/CodeGen/LiveDebugVariables.h | |
parent | ee740ddf9d8248e39032567dc22766b0f8b45cd6 (diff) |
Clean up LDV, no functionality change.
Remove dead functions: renameRegister
Move private member variables from LDV to Impl
Remove ssp/uwtable from testing case
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175072 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveDebugVariables.h')
-rw-r--r-- | lib/CodeGen/LiveDebugVariables.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/LiveDebugVariables.h b/lib/CodeGen/LiveDebugVariables.h index bb4c160b30..3ce3c398bd 100644 --- a/lib/CodeGen/LiveDebugVariables.h +++ b/lib/CodeGen/LiveDebugVariables.h @@ -31,10 +31,6 @@ class VirtRegMap; class LiveDebugVariables : public MachineFunctionPass { void *pImpl; - /// Whether emitDebugValues is called. - bool EmitDone; - /// Whether the machine function is modified during the pass. - bool ModifiedMF; public: static char ID; // Pass identification, replacement for typeid |