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 | 7a4c8a783c28ec0886b34d2de7f44333f1933cc9 (patch) | |
tree | 28ab48af8e97b2e103eca93840359178aa50ec41 /llvm/lib/CodeGen/LiveDebugVariables.h | |
parent | b32581fe5c6b51f6813f4b3c36fa4b1e301422d7 (diff) | |
download | bcm5719-llvm-7a4c8a783c28ec0886b34d2de7f44333f1933cc9.tar.gz bcm5719-llvm-7a4c8a783c28ec0886b34d2de7f44333f1933cc9.zip |
Clean up LDV, no functionality change.
Remove dead functions: renameRegister
Move private member variables from LDV to Impl
Remove ssp/uwtable from testing case
llvm-svn: 175072
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.h')
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugVariables.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.h b/llvm/lib/CodeGen/LiveDebugVariables.h index bb4c160b30e..3ce3c398bd4 100644 --- a/llvm/lib/CodeGen/LiveDebugVariables.h +++ b/llvm/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 |