This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Verifier] Remove redundant Module parameters
ClosedPublic

Authored by scott.linder on Jul 21 2021, 12:12 PM.

Details

Summary

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.

Diff Detail

Event Timeline

scott.linder created this revision.Jul 21 2021, 12:12 PM
scott.linder requested review of this revision.Jul 21 2021, 12:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2021, 12:12 PM
This revision is now accepted and ready to land.Jul 21 2021, 1:05 PM

Rebased; there are test failures that I don't think are related to
this change, so I'm hoping a rebase and rerun will resolve them.

This revision was automatically updated to reflect the committed changes.