[all-commits] [llvm/llvm-project] f0b336: [Hexagon] Remove unused declaration getModuleMatch...

kazutakahirata via All-commits all-commits at lists.llvm.org
Fri May 19 23:29:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f0b33671963027c3ab831a3a1d79a9c848e966aa
      https://github.com/llvm/llvm-project/commit/f0b33671963027c3ab831a3a1d79a9c848e966aa
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M llvm/docs/WritingAnLLVMBackend.rst
    M llvm/lib/Target/Hexagon/HexagonTargetMachine.h

  Log Message:
  -----------
  [Hexagon] Remove unused declaration getModuleMatchQuality

getModuleMatchQuality was removed by:

  commit c3719c36e61f6ac28fc1e12587131bcae6581671
  Author: Daniel Dunbar <daniel at zuster.org>
  Date:   Sun Aug 2 23:37:13 2009 +0000

The Hexagon port was later added with getModuleMatchQuality by:

  commit 1213a7a57fdcb6c875b3f79103fc96d3e9d30b40
  Author: Tony Linthicum <tlinth at codeaurora.org>
  Date:   Mon Dec 12 21:14:40 2011 +0000

While we are at it, this patch removes a reference to
getModuleMatchQuality in the documentation.




More information about the All-commits mailing list