[all-commits] [llvm/llvm-project] f82bdf: [NFC][Verifier] Remove redundant Module parameters

Scott Linder via All-commits all-commits at lists.llvm.org
Fri Nov 5 14:30:58 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f82bdf0fccb74f4b00c905b1e44dabdd099354fb
      https://github.com/llvm/llvm-project/commit/f82bdf0fccb74f4b00c905b1e44dabdd099354fb
  Author: Scott Linder <Scott.Linder at amd.com>
  Date:   2021-11-05 (Fri, 05 Nov 2021)

  Changed paths:
    M llvm/lib/IR/Verifier.cpp

  Log Message:
  -----------
  [NFC][Verifier] Remove redundant Module parameters

These `M` parameters shadow the `M` member in `VerifierSupport`, and
both always refer to the same module. Eliminate the redundant parameters
and always use the member.

Reviewed By: dexonsmith

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




More information about the All-commits mailing list