Skip to content

Commit 9bd0570

Browse files
committed
fixup: Misplaced case
1 parent af91804 commit 9bd0570

File tree

1 file changed

+2
-2
lines changed
  • llvm/include/llvm/BinaryFormat

1 file changed

+2
-2
lines changed

llvm/include/llvm/BinaryFormat/Dwarf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,10 +481,10 @@ toDW_LNAME(SourceLanguage language) {
481481
return {{DW_LNAME_Move, 0}};
482482
case DW_LANG_Hylo:
483483
return {{DW_LNAME_Hylo, 0}};
484-
case DW_LANG_BORLAND_Delphi:
485-
case DW_LANG_CPP_for_OpenCL:
486484
case DW_LANG_Metal:
487485
return {{DW_LNAME_Metal, 0}};
486+
case DW_LANG_BORLAND_Delphi:
487+
case DW_LANG_CPP_for_OpenCL:
488488
case DW_LANG_lo_user:
489489
case DW_LANG_hi_user:
490490
return {};

0 commit comments

Comments
 (0)