summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2017-03-21 17:14:30 +0000
committerAdrian Prantl <aprantl@apple.com>2017-03-21 17:14:30 +0000
commit4dc0324ff8595609975118fd0b779a37d3ecd8e4 (patch)
tree5b619a96c70e8e6ecdb943fb164b01863eee8053 /llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
parentd033d1fd82f65c21ad9285cdd6130011f0821640 (diff)
downloadbcm5719-llvm-4dc0324ff8595609975118fd0b779a37d3ecd8e4.tar.gz
bcm5719-llvm-4dc0324ff8595609975118fd0b779a37d3ecd8e4.zip
Revert 298388 and 298389 because they broke some AMDGPU tests.
llvm-svn: 298401
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h b/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
index 234fcea4858..58c5efee324 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
@@ -84,16 +84,6 @@ public:
/// entry.
class DwarfExpression {
protected:
- /// Holds information about all subregisters comprising a register location.
- struct Register {
- int DwarfRegNo;
- unsigned Size;
- const char *Comment;
- };
-
- /// The register location, if any.
- SmallVector<Register, 2> DwarfRegs;
-
/// Current Fragment Offset in Bits.
uint64_t OffsetInBits = 0;
unsigned DwarfVersion;
OpenPOWER on IntegriCloud