]> granicus.if.org Git - llvm/commitdiff
Fix -Wreorder warnings.
authorZachary Turner <zturner@google.com>
Thu, 1 Jun 2017 22:03:17 +0000 (22:03 +0000)
committerZachary Turner <zturner@google.com>
Thu, 1 Jun 2017 22:03:17 +0000 (22:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304485 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h

index 712ce251891984afed0442056f333b57d1f5b957..7080b04807570a218278f1c07195c8b0fc86654d 100644 (file)
@@ -80,8 +80,8 @@ private:
     return Error::success();
   }
 
-  CodeViewContainer Container;
   SymbolVisitorDelegate *Delegate;
+  CodeViewContainer Container;
   std::unique_ptr<MappingInfo> Mapping;
 };
 }
index ee6841299dc6ec48c520698b6646168a243d293c..391e8f127665a790f64a280188980f990f8c3633 100644 (file)
@@ -38,8 +38,8 @@ public:
 private:
   Optional<SymbolKind> Kind;
 
-  CodeViewContainer Container;
   CodeViewRecordIO IO;
+  CodeViewContainer Container;
 };
 }
 }