Skip to content

Commit 4b8fdb6

Browse files
committed
[DebugInfo] Add missing 'break' in switch (NFC)
1 parent 064f68f commit 4b8fdb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form, uint64_t U) {
6060
case DW_FORM_addrx3:
6161
case DW_FORM_addrx4:
6262
U = DG.getAddressPool().getIndex(U);
63+
break;
6364
default:
6465
break;
6566
}

0 commit comments

Comments
 (0)