[all-commits] [llvm/llvm-project] 4c7838: [Sparc] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Jun 5 11:49:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c78386f442b5442855f6595a0ed85ce214c7e79
https://github.com/llvm/llvm-project/commit/4c78386f442b5442855f6595a0ed85ce214c7e79
Author: Kazu Hirata <kazu at google.com>
Date: 2022-06-05 (Sun, 05 Jun 2022)
Changed paths:
M llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
Log Message:
-----------
[Sparc] Fix a warning
This patch fixes:
llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp:910:5: error:
default label in switch which covers all enumeration values
[-Werror,-Wcovered-switch-default]
More information about the All-commits
mailing list