This is an archive of the discontinued LLVM Phabricator instance.

[NFC][LICM] Make hoist method void
ClosedPublic

Authored by mkazantsev on Aug 14 2018, 2:45 AM.

Details

Summary

Method hoist always returns true. This patch makes it void.

Diff Detail

Repository
rL LLVM

Event Timeline

mkazantsev created this revision.Aug 14 2018, 2:45 AM
hiraditya accepted this revision.Aug 14 2018, 5:33 AM
This revision is now accepted and ready to land.Aug 14 2018, 5:33 AM
This revision was automatically updated to reflect the committed changes.