Skip to content

Commit

Permalink
Erase unused FunctionDIs variables after r252219.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252401 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
yrnkrn committed Nov 7, 2015
1 parent 2ff41ce commit 0d0bb8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/CodeGen/AsmPrinter/DwarfDebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
1 change: 0 additions & 1 deletion lib/CodeGen/LiveDebugVariables.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d0bb8e

Please sign in to comment.