This is an archive of the discontinued LLVM Phabricator instance.

[IR] Rename FuncletPadInst::getNumArgOperands to arg_size (NFC)
ClosedPublic

Authored by kazu on Oct 16 2022, 2:58 PM.

Details

Summary

This patch renames FuncletPadInst::getNumArgOperands to arg_size for
consistency with CallBase, where getNumArgOperands was removed in
favor of arg_size in commit 3e1c787b3160bed4146d3b2b5f922aeed3caafd7

Diff Detail

Event Timeline

kazu created this revision.Oct 16 2022, 2:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 16 2022, 2:58 PM
kazu requested review of this revision.Oct 16 2022, 2:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 16 2022, 2:58 PM
dblaikie accepted this revision.Oct 16 2022, 4:37 PM

Sounds good to me

This revision is now accepted and ready to land.Oct 16 2022, 4:37 PM
MaskRay accepted this revision.Oct 16 2022, 5:06 PM