summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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