[llvm] r270513 - Fix build error

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 16:52:04 PDT 2016


Author: zturner
Date: Mon May 23 18:52:04 2016
New Revision: 270513

URL: http://llvm.org/viewvc/llvm-project?rev=270513&view=rev
Log:
Fix build error

Modified:
    llvm/trunk/include/llvm/DebugInfo/CodeView/SymbolRecord.h

Modified: llvm/trunk/include/llvm/DebugInfo/CodeView/SymbolRecord.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/CodeView/SymbolRecord.h?rev=270513&r1=270512&r2=270513&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/CodeView/SymbolRecord.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/CodeView/SymbolRecord.h Mon May 23 18:52:04 2016
@@ -114,8 +114,8 @@ public:
     return CallerSym(Kind, RecordOffset, Header, Indices);
   }
 
-  Hdr Header;
   uint32_t RecordOffset;
+  Hdr Header;
   ArrayRef<TypeIndex> Indices;
 };
 




More information about the llvm-commits mailing list