From: Zachary Turner Date: Wed, 9 Aug 2017 04:34:11 +0000 (+0000) Subject: Fix -Wreorder-fields warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea9294bda18bf07cdf849b1e630fb380af048ddd;p=llvm Fix -Wreorder-fields warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310440 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h b/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h index 642a31d170e..2cacf9b7ff1 100644 --- a/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h +++ b/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h @@ -66,9 +66,9 @@ private: Error commitGlobalsHashStream(WritableBinaryStreamRef Stream); uint32_t RecordStreamIdx = kInvalidStreamIndex; + msf::MSFBuilder &Msf; std::unique_ptr PSH; std::unique_ptr GSH; - msf::MSFBuilder &Msf; }; } // namespace pdb } // namespace llvm