[all-commits] [llvm/llvm-project] 90bd48: [CodeGen] Fix an unused variable warning

kazutakahirata via All-commits all-commits at lists.llvm.org
Fri Dec 17 09:44:00 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 90bd4873d66af71016bc6da0071ea48c438fa039
      https://github.com/llvm/llvm-project/commit/90bd4873d66af71016bc6da0071ea48c438fa039
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-12-17 (Fri, 17 Dec 2021)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

  Log Message:
  -----------
  [CodeGen] Fix an unused variable warning

This patch fixes:

  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:22617:11: error:
  unused variable 'Ops' [-Werror,-Wunused-variable]




More information about the All-commits mailing list