[all-commits] [llvm/llvm-project] 2ab6fa: [M68k][AsmParser][NFC] Remove redundant default cases

Min-Yih Hsu via All-commits all-commits at lists.llvm.org
Thu Apr 22 11:51:46 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ab6fa3dcdfd32963239927a2b82249188962227
      https://github.com/llvm/llvm-project/commit/2ab6fa3dcdfd32963239927a2b82249188962227
  Author: Min-Yih Hsu <minyihh at uci.edu>
  Date:   2021-04-22 (Thu, 22 Apr 2021)

  Changed paths:
    M llvm/lib/Target/M68k/AsmParser/M68kAsmParser.cpp

  Log Message:
  -----------
  [M68k][AsmParser][NFC] Remove redundant default cases

Remove redundant default cases since all enumeration values have
been covered (-Wcovered-switch-default). NFC.




More information about the All-commits mailing list