This is an archive of the discontinued LLVM Phabricator instance.

IPO: Remove the ModuleSummary argument to the FunctionImport pass. NFCI.
ClosedPublic

Authored by pcc on Dec 20 2016, 4:48 PM.

Details

Summary

No existing client is passing a non-null value here. This will come back
in a slightly different form as part of the type identifier summary work.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc updated this revision to Diff 82179.Dec 20 2016, 4:48 PM
pcc retitled this revision from to IPO: Remove the ModuleSummary argument to the FunctionImport pass. NFCI..
pcc updated this object.
pcc added reviewers: mehdi_amini, tejohnson.
pcc added a subscriber: llvm-commits.
mehdi_amini accepted this revision.Dec 20 2016, 4:56 PM
mehdi_amini edited edge metadata.

LGTM, thanks.

This revision is now accepted and ready to land.Dec 20 2016, 4:56 PM
This revision was automatically updated to reflect the committed changes.