[llvm] [NFC] Update function names in MCTargetAsmParser.h (PR #108643)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 14 21:43:06 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,
----------------
s-barannikov wrote:
The comment needs updating.
https://github.com/llvm/llvm-project/pull/108643
More information about the llvm-commits
mailing list