[NFC][Verifier] Remove redundant Module parameters
authorScott Linder <Scott.Linder@amd.com>
Thu, 4 Nov 2021 15:22:48 +0000 (15:22 +0000)
committerScott Linder <Scott.Linder@amd.com>
Fri, 5 Nov 2021 21:30:02 +0000 (21:30 +0000)
commitf82bdf0fccb74f4b00c905b1e44dabdd099354fb
tree2f3090e9d42f1ff54c96f062e971ae0da02c07bf
parentbdaa181007a46d317a1665acb8234eddeee82815
[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
llvm/lib/IR/Verifier.cpp