From f098620095727dd2a823a94a3a8d47108361ad83 Mon Sep 17 00:00:00 2001 From: Manman Ren Date: Wed, 13 Feb 2013 20:23:48 +0000 Subject: 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 --- lib/CodeGen/LiveDebugVariables.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/CodeGen/LiveDebugVariables.h') 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 -- cgit v1.2.3