mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix the NDEBUG build
llvm-svn: 271411
This commit is contained in:
parent
8b4597ae2b
commit
62f0351a33
@ -932,6 +932,7 @@ TypeIndex CodeViewDebug::getTypeIndex(DITypeRef TypeRef) {
|
||||
TypeIndex TI = lowerType(Ty);
|
||||
|
||||
auto InsertResult = TypeIndices.insert({Ty, TI});
|
||||
(void)InsertResult;
|
||||
assert(InsertResult.second && "DIType lowered twice");
|
||||
return TI;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user