This is an archive of the discontinued LLVM Phabricator instance.

[NFC][IntrRefLDV] Some code clean up
ClosedPublic

Authored by djtodoro on Oct 26 2020, 7:08 AM.

Details

Summary

While I was reading the source code, I've found some minor nits:

  • Use using instead of typedef
  • Fix a comment
  • Refactor

Diff Detail

Event Timeline

djtodoro created this revision.Oct 26 2020, 7:08 AM
djtodoro requested review of this revision.Oct 26 2020, 7:08 AM
jmorse accepted this revision.Oct 27 2020, 4:08 AM

LGTM; thanks for diving in!

This revision is now accepted and ready to land.Oct 27 2020, 4:08 AM
This revision was landed with ongoing or failed builds.Oct 27 2020, 5:32 AM
This revision was automatically updated to reflect the committed changes.