[all-commits] [llvm/llvm-project] 7d3306: [llvm] Fix warnings

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Jan 23 10:58:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d3306fa4285f99cc6d2cf128ed4bd6050b8373c
      https://github.com/llvm/llvm-project/commit/7d3306fa4285f99cc6d2cf128ed4bd6050b8373c
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
    M llvm/lib/IR/DataLayout.cpp
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp

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

This patch fixes:

  llvm/lib/IR/DataLayout.cpp:942:13: warning: unused variable ‘VecTy’
  [-Wunused-variable]

  llvm/lib/Transforms/IPO/OpenMPOpt.cpp:2899:27: warning: unused
  variable ‘MI’ [-Wunused-variable]




More information about the All-commits mailing list