Skip to content

Commit

Permalink
[DebugInfo] Add missing 'break' in switch (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
MacDue committed Feb 6, 2023
1 parent 064f68f commit 4b8fdb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
Expand Up @@ -60,6 +60,7 @@ void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form, uint64_t U) {
case DW_FORM_addrx3:
case DW_FORM_addrx4:
U = DG.getAddressPool().getIndex(U);
break;
default:
break;
}
Expand Down

0 comments on commit 4b8fdb6

Please sign in to comment.