This is an archive of the discontinued LLVM Phabricator instance.

[Transforms][LTO] Remove some redundant includes. NFC
ClosedPublic

Authored by bjope on Apr 12 2023, 2:08 AM.

Details

Summary

No need to include CallGraphSCCPass.h from the IPO/Inliner.

Also removed the include of LegacyPassManager.h in a couple of files
that do not really depend on that header file.

Diff Detail

Event Timeline

bjope created this revision.Apr 12 2023, 2:08 AM
bjope requested review of this revision.Apr 12 2023, 2:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2023, 2:08 AM
This revision was not accepted when it landed; it landed in state Needs Review.Apr 13 2023, 1:12 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.