[all-commits] [llvm/llvm-project] c4ae4a: [RISCV] Remove redundant declaration RISCVMnemonic...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Sep 26 09:27:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4ae4a745dbdb2ac3d8a5c77d2cd12b5e5349154
https://github.com/llvm/llvm-project/commit/c4ae4a745dbdb2ac3d8a5c77d2cd12b5e5349154
Author: Kazu Hirata <kazu at google.com>
Date: 2021-09-26 (Sun, 26 Sep 2021)
Changed paths:
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
Log Message:
-----------
[RISCV] Remove redundant declaration RISCVMnemonicSpellCheck (NFC)
Note that RISCVMnemonicSpellCheck is defined in
RISCVGenAsmMatcher.inc, which RISCVAsmParser.cpp includes.
Identified with readability-redundant-declaration.
More information about the All-commits
mailing list