This is an archive of the discontinued LLVM Phabricator instance.

TableGen: Change comments about superclass order
ClosedPublic

Authored by Paul-C-Anagnostopoulos on Sep 19 2020, 9:27 AM.

Details

Summary

The comments about the SuperClasses list in the Record class says that the list is in reverse pre-order. Unless I've gone mad, the list is actually in post-order. Traversing it backward produces reverse pre-order. I fixed the comments.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptSep 19 2020, 9:27 AM
Paul-C-Anagnostopoulos requested review of this revision.Sep 19 2020, 9:27 AM
This comment was removed by madhur13490.
lattner accepted this revision.Sep 20 2020, 4:24 PM

Feel free to directly make comment changes that you think are obvious :)

This revision is now accepted and ready to land.Sep 20 2020, 4:24 PM

The patch has been pushed.