Fix a -Wreorder warning

llvm-svn: 320738
This commit is contained in:
Hans Wennborg 2017-12-14 19:51:18 +00:00
parent 6021246210
commit dcb2f44424
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class PDBLinker {
public:
PDBLinker(SymbolTable *Symtab)
: Alloc(), Symtab(Symtab), Builder(Alloc), GlobalTypeTable(Alloc),
GlobalIDTable(Alloc), TypeTable(Alloc), IDTable(Alloc) {}
TypeTable(Alloc), IDTable(Alloc), GlobalIDTable(Alloc) {}
/// Emit the basic PDB structure: initial streams, headers, etc.
void initialize(const llvm::codeview::DebugInfo &BuildId);