[all-commits] [llvm/llvm-project] fda24e: [MC/AsmParser] Remove no-op overrides of parseDire...
Sergei Barannikov via All-commits
all-commits at lists.llvm.org
Tue Jul 4 14:02:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fda24e86a55f4e767bff0a9af6a3018350ff3c87
https://github.com/llvm/llvm-project/commit/fda24e86a55f4e767bff0a9af6a3018350ff3c87
Author: Sergei Barannikov <barannikov88 at gmail.com>
Date: 2023-07-05 (Wed, 05 Jul 2023)
Changed paths:
M llvm/lib/Target/BPF/AsmParser/BPFAsmParser.cpp
M llvm/lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp
M llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp
M llvm/lib/Target/M68k/AsmParser/M68kAsmParser.cpp
M llvm/lib/Target/Xtensa/AsmParser/XtensaAsmParser.cpp
Log Message:
-----------
[MC/AsmParser] Remove no-op overrides of parseDirective (NFC)
Remove overrides of parseDirective that unconditionally return NoMatch.
This is what the base implementation does.
This is a follow-up to D154101 based on post-commit review feedback.
More information about the All-commits
mailing list