This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][NFC] Make Block const in alignToBlock
ClosedPublic

Authored by jobnoorman on Mar 31 2023, 4:39 AM.

Details

Summary

Block is not mutated so can be made const.

Diff Detail

Event Timeline

jobnoorman created this revision.Mar 31 2023, 4:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2023, 4:39 AM
Herald added subscribers: asb, pmatos. · View Herald Transcript
jobnoorman requested review of this revision.Mar 31 2023, 4:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2023, 4:39 AM
lhames accepted this revision.Apr 2 2023, 10:19 AM

LGTM. Thanks!

This revision is now accepted and ready to land.Apr 2 2023, 10:19 AM
This revision was landed with ongoing or failed builds.Apr 3 2023, 12:31 AM
This revision was automatically updated to reflect the committed changes.