[all-commits] [llvm/llvm-project] 93de5f: [CodeGen] Fix warnings

kazutakahirata via All-commits all-commits at lists.llvm.org
Thu Feb 16 20:08:48 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 93de5f13b9ddda64951d6674f92e00510ce4f8c0
      https://github.com/llvm/llvm-project/commit/93de5f13b9ddda64951d6674f92e00510ce4f8c0
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-02-16 (Thu, 16 Feb 2023)

  Changed paths:
    M llvm/lib/CodeGen/CallBrPrepare.cpp

  Log Message:
  -----------
  [CodeGen] Fix warnings

This patch fixes:

  llvm/lib/CodeGen/CallBrPrepare.cpp:154:14: error: unused variable
  'IsDominated' [-Werror,-Wunused-variable]

  llvm/lib/CodeGen/CallBrPrepare.cpp:150:13: error: unused function
  'PrintDebugDomInfo' [-Werror,-Wunused-function]




More information about the All-commits mailing list