diff options
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp index 9a9ac39176c..4c4809f50e3 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp @@ -288,6 +288,7 @@ void CodeViewDebug::emitTypeInformation() { // Emit LF_FUNC_ID records for all inlined subprograms to the type stream. // Allocate one type index for each func id. unsigned NextIdx = getNextTypeIndex(InlinedSubprograms.size()); + (void)NextIdx; assert(NextIdx == FuncIdTypeIndexStart && "func id type indices broken"); for (auto *SP : InlinedSubprograms) { StringRef DisplayName = SP->getDisplayName(); |