[all-commits] [llvm/llvm-project] 720c48: [AMDGPU] Fix an unused variable warning (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Jan 10 08:50:05 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 720c48b58e7a3f56b4798d504a6f0965f0dfb166
      https://github.com/llvm/llvm-project/commit/720c48b58e7a3f56b4798d504a6f0965f0dfb166
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-01-10 (Mon, 10 Jan 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp

  Log Message:
  -----------
  [AMDGPU] Fix an unused variable warning (NFC)

This patch fixes:

  llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp:2245:12: error:
  unused variable 'Ins' [-Werror,-Wunused-variable]




More information about the All-commits mailing list