This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Rename the isARMAreaXRegister parameter isIOS to SplitFramePushPop. NFC.
ClosedPublic

Authored by mstorsjo on May 16 2022, 4:36 AM.

Details

Summary

In f8b0a7af52f8c4ec6b4ddcfe3a6fa75098c9507c in 2016, this parameter
was generalized on the caller side (previously passing
STI.isTargetMachO(), now passing STI.splitFramePushPop()). Rename
the parameter on the receiver side to match the generalization.

Diff Detail

Event Timeline

mstorsjo created this revision.May 16 2022, 4:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2022, 4:36 AM
mstorsjo requested review of this revision.May 16 2022, 4:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2022, 4:36 AM
This revision is now accepted and ready to land.May 16 2022, 6:06 AM
This revision was landed with ongoing or failed builds.May 16 2022, 2:41 PM
This revision was automatically updated to reflect the committed changes.