[all-commits] [llvm/llvm-project] fd3382: [NFC] Remove leftover `inline` on some RuleMatcher...

Pierre van Houtryve via All-commits all-commits at lists.llvm.org
Fri Jun 23 02:40:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fd338216508c6119aab83fd8bcb2e613c30ce190
      https://github.com/llvm/llvm-project/commit/fd338216508c6119aab83fd8bcb2e613c30ce190
  Author: pvanhout <pierre.vanhoutryve at amd.com>
  Date:   2023-06-23 (Fri, 23 Jun 2023)

  Changed paths:
    M llvm/utils/TableGen/GlobalISelMatchTable.cpp

  Log Message:
  -----------
  [NFC] Remove leftover `inline` on some RuleMatcher functions

Accidentally copy-pasted them into the .cpp while refactoring the file in D151432
Those functions are currently only used in the .cpp so it didn't cause an issue, but it causes an undefined reference if another file attempts to use them.




More information about the All-commits mailing list