This is an archive of the discontinued LLVM Phabricator instance.

Update TableGen test files
ClosedPublic

Authored by Paul-C-Anagnostopoulos on Sep 11 2020, 7:31 AM.

Details

Reviewers
lattner
nhaehnle
Summary

This patch simply updates the TableGen test files to use the new '...' range punctuation instead of the deprecated '-' punctuation. One test (range-lists.td) continues to use '-' just to be sure it still works.

Diff Detail

Event Timeline

Paul-C-Anagnostopoulos requested review of this revision.Sep 11 2020, 7:31 AM
lattner accepted this revision.Sep 12 2020, 10:00 AM

Nice. For "obvious" patches like this, feel free to commit after a day or two without feedback. The notion of what is "obvious" should be conservative, but documentation and other simple patches like this are good candidates. Thank you for working on this!

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

This patch has been pushed.