This is an archive of the discontinued LLVM Phabricator instance.

[Inlining] Make shouldBeDeferred static (NFC)
ClosedPublic

Authored by kazu on May 11 2020, 3:36 PM.

Details

Summary

This patch makes shouldBeDeferred static because it is called only
from shouldInline in the same .cpp file.

Diff Detail

Event Timeline

kazu created this revision.May 11 2020, 3:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2020, 3:36 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
mtrofin accepted this revision.May 11 2020, 4:27 PM

lgtm, thanks!

This revision is now accepted and ready to land.May 11 2020, 4:27 PM
This revision was automatically updated to reflect the committed changes.