This is an archive of the discontinued LLVM Phabricator instance.

[NFC] cleanup of parser
ClosedPublic

Authored by aartbik on Jun 29 2023, 8:56 PM.

Details

Summary

This revision fixes a typo, where printIntegerSet() was used where it should have been parseIntegerSet().It also removes a dangling getDimsAndSymbolSSAIds() declaration that is never used.

Diff Detail

Event Timeline

aartbik created this revision.Jun 29 2023, 8:56 PM
Herald added a project: Restricted Project. · View Herald Transcript
aartbik requested review of this revision.Jun 29 2023, 8:56 PM
aartbik retitled this revision from [NFC] cleanup of parser This revision fixes a typo, where printIntegerSet() was used where it should have been parseIntegerSet(). It also removes a dangling getDimsAndSymbolSSAIds() declaration that is never used. to [NFC] cleanup of parser.Jun 29 2023, 8:56 PM
aartbik edited the summary of this revision. (Show Details)

You don’t need a review for this

ACK, but you know how much I cherish a +1 from you ;-)

This revision was not accepted when it landed; it landed in state Needs Review.Jun 29 2023, 9:51 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.