diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp index 65a8735..bc74daf 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp @@ -3572,7 +3572,8 @@ void CodeViewDebug::collectDebugInfoForJumpTables(const MachineFunction *MF, BaseOffset, Branch, MF->getJTISymbol(JumpTableIndex, MMI->getContext()), - JTE.MBBs.size()}; + JTE.MBBs.size(), + {}}; for (const auto &MBB : JTE.MBBs) CVJTI.Cases.push_back(MBB->getSymbol()); CurFn->JumpTables.push_back(std::move(CVJTI)); |