diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp index 7823815..1456073 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp @@ -3537,8 +3537,6 @@ void CodeViewDebug::collectDebugInfoForJumpTables(const MachineFunction *MF, std::tie(Base, BaseOffset, Branch, EntrySize) = Asm->getCodeViewJumpTableInfo(JumpTableIndex, &BranchMI, Branch); break; - default: - llvm_unreachable("Unknown JumpTableEntryKind"); } CurFn->JumpTables.push_back( |