diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-04-16 22:14:20 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-04-16 22:14:20 +0000 |
commit | 9f25633170c973ac1b7c97fd29168e59929eb241 (patch) | |
tree | fb7b00c790704e3853259ed0e0670972e305c673 /llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h | |
parent | 78a95270624e16ea4bf1a6d6224e32db0fdd6a07 (diff) | |
download | bcm5719-llvm-9f25633170c973ac1b7c97fd29168e59929eb241.tar.gz bcm5719-llvm-9f25633170c973ac1b7c97fd29168e59929eb241.zip |
AsmPrinter: Remove dead code, NFC
llvm-svn: 235139
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h b/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h index dd7f806e029..4f6714e1a04 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h +++ b/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h @@ -74,7 +74,6 @@ public: const ConstantFP *getConstantFP() const { return Constant.CFP; } const ConstantInt *getConstantInt() const { return Constant.CIP; } MachineLocation getLoc() const { return Loc; } - const MDNode *getVariableNode() const { return Variable; } DIVariable getVariable() const { return cast<MDLocalVariable>(Variable); } bool isBitPiece() const { return getExpression()->isBitPiece(); } DIExpression getExpression() const { |