This is an archive of the discontinued LLVM Phabricator instance.

[Demangle] fix comment NFC
ClosedPublic

Authored by nickdesaulniers on May 5 2023, 10:05 AM.

Details

Summary

The second and third parameter of itaniumDemangle were removed in
commit 7277a72b908d ("[Demangle] remove unused params of itaniumDemangle")
Update a comment to reflect this.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2023, 10:05 AM
nickdesaulniers requested review of this revision.May 5 2023, 10:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2023, 10:05 AM
nathanchance accepted this revision.May 5 2023, 11:13 AM

Seems reasonable to me.

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