Erase unused FunctionDIs variables after r252219.

llvm-svn: 252401
This commit is contained in:
Yaron Keren 2015-11-07 10:21:25 +00:00
parent 054862fb5f
commit 08120f8736
2 changed files with 0 additions and 3 deletions

View File

@ -344,8 +344,6 @@ class DwarfDebug : public AsmPrinterHandler {
DwarfAccelTable AccelNamespace;
DwarfAccelTable AccelTypes;
DenseMap<const Function *, DISubprogram *> FunctionDIs;
// Identify a debugger for "tuning" the debug info.
DebuggerKind DebuggerTuning;

View File

@ -33,7 +33,6 @@ class VirtRegMap;
class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
void *pImpl;
DenseMap<const Function *, DISubprogram *> FunctionDIs;
public:
static char ID; // Pass identification, replacement for typeid