This is an archive of the discontinued LLVM Phabricator instance.

[TableGen] Fix ProfileFoldOpInit so that parameters are named consistently [NFC]
ClosedPublic

Authored by Paul-C-Anagnostopoulos on Jun 7 2021, 9:01 AM.

Details

Summary

This patch fixed the names of the parameters in ProfileFoldOpInit() so they match the order of the parameters in calls and related functions. This did not cause a bug because the mixed-up parameters all had the same types and their order was irrelevant.

See https://bugs.llvm.org/show_bug.cgi?id=50595

Diff Detail

Event Timeline

Paul-C-Anagnostopoulos requested review of this revision.Jun 7 2021, 9:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2021, 9:01 AM
RKSimon accepted this revision.Jun 8 2021, 1:22 AM

If the ordering doesn't matter then LGTM - cheers!

This revision is now accepted and ready to land.Jun 8 2021, 1:22 AM
This revision was landed with ongoing or failed builds.Jun 9 2021, 6:24 AM
This revision was automatically updated to reflect the committed changes.