summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-05-23 23:52:04 +0000
committerZachary Turner <zturner@google.com>2016-05-23 23:52:04 +0000
commitb09ac4a78da42eab1038e609328ef3b67377d10c (patch)
tree269b74023fc613c4ad3ea3602c9d50de58a8b44e
parent6951028b6189e4972d9afdca56fc0de01b6b2582 (diff)
downloadbcm5719-llvm-b09ac4a78da42eab1038e609328ef3b67377d10c.tar.gz
bcm5719-llvm-b09ac4a78da42eab1038e609328ef3b67377d10c.zip
Fix build error
llvm-svn: 270513
-rw-r--r--llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h b/llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
index 431fa1bc345..54d114c19b1 100644
--- a/llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
+++ b/llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
@@ -114,8 +114,8 @@ public:
return CallerSym(Kind, RecordOffset, Header, Indices);
}
- Hdr Header;
uint32_t RecordOffset;
+ Hdr Header;
ArrayRef<TypeIndex> Indices;
};
OpenPOWER on IntegriCloud