This is an archive of the discontinued LLVM Phabricator instance.

Rename getLargestLegalIntTypeSize to getLargestLegalIntTypeSizeInBits(). NFC.
ClosedPublic

Authored by junbuml on May 13 2016, 10:45 AM.

Details

Summary

Rename DataLayout::getLargestLegalIntTypeSize to DataLayout::getLargestLegalIntTypeSizeInBits() to prevent similar mistakes fixed in r269433.

Diff Detail

Repository
rL LLVM

Event Timeline

junbuml updated this revision to Diff 57217.May 13 2016, 10:45 AM
junbuml retitled this revision from to Rename getLargestLegalIntTypeSize to getLargestLegalIntTypeSizeInBits(). NFC..
junbuml updated this object.
junbuml added reviewers: mehdi_amini, mcrosier.
junbuml added a subscriber: llvm-commits.
junbuml updated this object.May 13 2016, 10:46 AM
mcrosier accepted this revision.May 13 2016, 11:03 AM
mcrosier edited edge metadata.

LGTM.

This revision is now accepted and ready to land.May 13 2016, 11:03 AM
This revision was automatically updated to reflect the committed changes.