Fix my typo of PDB_TableType

llvm-svn: 318447
This commit is contained in:
Reid Kleckner 2017-11-16 19:41:12 +00:00
parent 3dbc869dca
commit edf5cde5e0

View File

@ -58,5 +58,5 @@ PDB_TableType DIATable::getTableType() const {
return PDB_TableType::InputAssemblyFiles;
if (Name16 == DiaTable_Dbg)
return PDB_TableType::Dbg;
return PDBTableType::TableInvalid;
return PDB_TableType::TableInvalid;
}