This is an archive of the discontinued LLVM Phabricator instance.

Clarify two data member names
ClosedPublic

Authored by Paul-C-Anagnostopoulos on Sep 12 2020, 9:00 AM.

Details

Reviewers
lattner
nhaehnle
Summary

I'm working on a "TableGen Backend Developer's Guide," so I'm looking deeply into TableGen. There are two class members whose names are vague.

The ListRecTy class has a member named Ty. I changed it to ElementTy.

The TypeInit class has a member named Ty. I changed it to ValueTy.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptSep 12 2020, 9:00 AM
Paul-C-Anagnostopoulos requested review of this revision.Sep 12 2020, 9:00 AM
lattner accepted this revision.Sep 12 2020, 9:11 AM

nice

This revision is now accepted and ready to land.Sep 12 2020, 9:11 AM

The patch has been pushed.

The patch has been pushed.

If you add (or leave in, if you're using arc) the "Differential Revision: " line in the commit message, that'll allow phabricator to auto-close the review, including linking the commit - makes it easier to follow from review -> commit and from commit -> review.