summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2016-07-06 15:14:10 +0000
committerAdrian McCarthy <amccarth@google.com>2016-07-06 15:14:10 +0000
commit7649d8388a697e1cf9ad062ebdc8c85a47f56c5d (patch)
tree17f0a1ef3085b9e31d7fdb7f84f078b685ee9722 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
parent118da63a9dc6ed87366c4459714e9f7495f6542b (diff)
downloadbcm5719-llvm-7649d8388a697e1cf9ad062ebdc8c85a47f56c5d.tar.gz
bcm5719-llvm-7649d8388a697e1cf9ad062ebdc8c85a47f56c5d.zip
Revert "Emit CodeView type records for nested classes."
This reverts commit 256b29322c827a2d94da56468c936596f5509032. llvm-svn: 274632
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
index 31da1b11fa4..51dd5df1027 100644
--- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
@@ -275,7 +275,7 @@ class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
/// Common record member lowering functionality for record types, which are
/// structs, classes, and unions. Returns the field list index and the member
/// count.
- std::tuple<codeview::TypeIndex, codeview::TypeIndex, unsigned, bool>
+ std::tuple<codeview::TypeIndex, codeview::TypeIndex, unsigned>
lowerRecordFieldList(const DICompositeType *Ty);
/// Inserts {{Node, ClassTy}, TI} into TypeIndices and checks for duplicates.
OpenPOWER on IntegriCloud