[all-commits] [llvm/llvm-project] e9fa18: [SelectionDAG] Fix an unused variable warning

Kazu Hirata via All-commits all-commits at lists.llvm.org
Fri Oct 6 09:27:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e9fa18878cdfb242812ea108a87f83dcb224cffc
      https://github.com/llvm/llvm-project/commit/e9fa18878cdfb242812ea108a87f83dcb224cffc
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-10-06 (Fri, 06 Oct 2023)

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

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

This patch fixes:

  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:10832:12: error:
  variable 'Changed' set but not used
  [-Werror,-Wunused-but-set-variable]




More information about the All-commits mailing list