[all-commits] [llvm/llvm-project] 430592: [RISCV] Make a const member function static. NFC

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Feb 15 19:37:42 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43059255ce537050619307c28a7b69afa20d03d4
      https://github.com/llvm/llvm-project/commit/43059255ce537050619307c28a7b69afa20d03d4
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-02-15 (Wed, 15 Feb 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp

  Log Message:
  -----------
  [RISCV] Make a const member function static. NFC

This function doesn't use any members from the class so it can be
static.




More information about the All-commits mailing list