Skip to content

Commit d808dc8

Browse files
author
git apple-llvm automerger
committed
Merge commit '636269f4fca4' from llvm.org/main into next
2 parents 8bf074c + 636269f commit d808dc8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3537,8 +3537,6 @@ void CodeViewDebug::collectDebugInfoForJumpTables(const MachineFunction *MF,
35373537
std::tie(Base, BaseOffset, Branch, EntrySize) =
35383538
Asm->getCodeViewJumpTableInfo(JumpTableIndex, &BranchMI, Branch);
35393539
break;
3540-
default:
3541-
llvm_unreachable("Unknown JumpTableEntryKind");
35423540
}
35433541

35443542
CurFn->JumpTables.push_back(

0 commit comments

Comments
 (0)