summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-11-16 19:41:12 +0000
committerReid Kleckner <rnk@google.com>2017-11-16 19:41:12 +0000
commitb5d17d8d302b752925eca94f06828de1d43a58f4 (patch)
treec97a13e338c05e69799c9ee63a608e28fde2b313 /llvm/lib/DebugInfo
parente95d73958d64cbc514f3fee7dcc12a572eb82300 (diff)
downloadbcm5719-llvm-b5d17d8d302b752925eca94f06828de1d43a58f4.tar.gz
bcm5719-llvm-b5d17d8d302b752925eca94f06828de1d43a58f4.zip
Fix my typo of PDB_TableType
llvm-svn: 318447
Diffstat (limited to 'llvm/lib/DebugInfo')
-rw-r--r--llvm/lib/DebugInfo/PDB/DIA/DIATable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/DIA/DIATable.cpp b/llvm/lib/DebugInfo/PDB/DIA/DIATable.cpp
index 24454dfb1a2..5705c2370dc 100644
--- a/llvm/lib/DebugInfo/PDB/DIA/DIATable.cpp
+++ b/llvm/lib/DebugInfo/PDB/DIA/DIATable.cpp
@@ -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;
}
OpenPOWER on IntegriCloud