This is an archive of the discontinued LLVM Phabricator instance.

LivePhysRegs: Fix incorrect comment
ClosedPublic

Authored by rollrat on Dec 5 2019, 2:08 AM.

Details

Reviewers
tellenbach
Group Reviewers
Restricted Project
Commits
rG9fdb7ac503a9: [NFC][LivePhysRegs] Fix incorrect comment

Diff Detail

Event Timeline

rollrat created this revision.Dec 5 2019, 2:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 5 2019, 2:08 AM
rollrat retitled this revision from Fix incorrect comment to LivePhysRegs: Fix incorrect comment.Dec 5 2019, 2:14 AM
rollrat added a reviewer: Restricted Project.Dec 5 2019, 2:56 AM
tellenbach accepted this revision.Dec 5 2019, 6:13 PM
tellenbach added a reviewer: tellenbach.

Thanks for correcting this comment. For possible future patches make sure to provide more context on your diff, i.e., run git diff -U99999. See https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface.

If you don't have commit access, I can commit this change on your behalf. If so, please provide name <e@mail.com> in order to attribute the patch correctly.

This revision is now accepted and ready to land.Dec 5 2019, 6:13 PM

Thanks for correcting this comment. For possible future patches make sure to provide more context on your diff, i.e., run git diff -U99999. See https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface.

If you don't have commit access, I can commit this change on your behalf. If so, please provide name <e@mail.com> in order to attribute the patch correctly.

rollrat <rollrat.cse@gmail.com> is my information.
Thank you for approving my first patch.

This revision was automatically updated to reflect the committed changes.