This is an archive of the discontinued LLVM Phabricator instance.

[DeadArgElim] Reformat the pass in accordance with the code style
ClosedPublic

Authored by psamolysov on Jun 20 2022, 2:30 AM.

Details

Summary

The code has been reformatted in accordance with the code style. Some
function comments were extended to the Doxygen ones and reworded a bit
to eliminate the duplication of the function's/class' name in the
comment.

Diff Detail

Event Timeline

psamolysov created this revision.Jun 20 2022, 2:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2022, 2:30 AM
psamolysov requested review of this revision.Jun 20 2022, 2:30 AM
MaskRay accepted this revision.Jun 21 2022, 11:10 AM

LGTM.

This revision is now accepted and ready to land.Jun 21 2022, 11:10 AM
This revision was landed with ongoing or failed builds.Jun 21 2022, 11:28 PM
This revision was automatically updated to reflect the committed changes.

@MaskRay Thank you for the review. I've landed the patch.