[all-commits] [llvm/llvm-project] 77b79d: Remove "unused" member ModuleSlice from `struct Op...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Wed Jun 17 20:02:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 77b79d79c05f2431b77be48d35437741eb39cdae
      https://github.com/llvm/llvm-project/commit/77b79d79c05f2431b77be48d35437741eb39cdae
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

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

  Log Message:
  -----------
  Remove "unused" member ModuleSlice from `struct OpenMPOpt`

This is fixing warning from clang:

 warning: private field 'ModuleSlice' is not used [-Wunused-private-field]
  SmallPtrSetImpl<Function *> &ModuleSlice;
                               ^

Differential Revision: https://reviews.llvm.org/D82027




More information about the All-commits mailing list