This is an archive of the discontinued LLVM Phabricator instance.

Remove deprecated member functions (NFC)
ClosedPublic

Authored by chill on Mar 22 2021, 11:26 AM.

Details

Summary

Remove the member functions getByValAlign and getOrigAlign, there were no users left.

Diff Detail

Event Timeline

chill requested review of this revision.Mar 22 2021, 11:26 AM
chill created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2021, 11:26 AM
gchatelet accepted this revision.Apr 13 2021, 12:08 PM

Thank you for the clean up. Really appreciate it.
Before submitting the patch did you check that there are no users in experimental targets? (ARC, VE)

This revision is now accepted and ready to land.Apr 13 2021, 12:08 PM
chill added a comment.Apr 14 2021, 5:51 AM

Thank you for the clean up. Really appreciate it.
Before submitting the patch did you check that there are no users in experimental targets? (ARC, VE)

Yeah, I grepped through the entire llvm tree.

This revision was automatically updated to reflect the committed changes.