This is an archive of the discontinued LLVM Phabricator instance.

[Dominators] Fixup comments in GenericDominatorTreeConstruction. NFC.
ClosedPublic

Authored by kuhar on Mar 17 2020, 7:52 PM.

Diff Detail

Event Timeline

kuhar created this revision.Mar 17 2020, 7:52 PM
Herald added a project: Restricted Project. · View Herald Transcript
NutshellySima accepted this revision.Mar 18 2020, 9:43 AM

Thank you. LGTM.

This revision is now accepted and ready to land.Mar 18 2020, 9:43 AM
asbirlea accepted this revision.Mar 18 2020, 10:27 AM

Thank you!

llvm/include/llvm/Support/GenericDomTreeConstruction.h
1509

No new line between method description and method declaration?

kuhar marked 2 inline comments as done.Mar 18 2020, 11:01 AM
kuhar added inline comments.
llvm/include/llvm/Support/GenericDomTreeConstruction.h
1509

Good catch, thanks!

This revision was automatically updated to reflect the committed changes.
kuhar marked an inline comment as done.