[all-commits] [llvm/llvm-project] 9e4f1f: [SystemZ] Remove redundant declaration SystemZMnem...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Sep 28 08:38:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e4f1f926552ac061c79e420933ff9104ceefb87
https://github.com/llvm/llvm-project/commit/9e4f1f926552ac061c79e420933ff9104ceefb87
Author: Kazu Hirata <kazu at google.com>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
Log Message:
-----------
[SystemZ] Remove redundant declaration SystemZMnemonicSpellCheck (NFC)
Note that SystemZMnemonicSpellCheck is defined in
SystemZGenAsmMatcher.inc, which SystemZAsmParser.cpp includes.
Identified with readability-redundant-declaration.
More information about the All-commits
mailing list