[llvm] [NFC] Update function names in MCTargetAsmParser.h (PR #108643)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 15 02:58:40 PDT 2024
================
@@ -439,14 +439,14 @@ class MCTargetAsmParser : public MCAsmParserExtension {
/// \param Operands [out] - The list of parsed operands, this returns
/// ownership of them to the caller.
/// \return True on failure.
- virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
+ virtual bool parseInstruction(ParseInstructionInfo &Info, StringRef Name,
----------------
arsenm wrote:
By just removing the reference to the function name, it's not necessary anymore
https://github.com/llvm/llvm-project/pull/108643
More information about the llvm-commits
mailing list