[PATCH] D34254: [Dominators] Clean up typedefs in GenericDomTreeConstruction. NFC.

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 15:32:28 PDT 2017


kuhar created this revision.

This patch cleans up GenericDomTreeConstruction by replacing typedefs with usings and replaces `typename GraphT::NodeRef` with `NodePtr` to make the file more readable.


Repository:
  rL LLVM

https://reviews.llvm.org/D34254

Files:
  include/llvm/Support/GenericDomTree.h
  include/llvm/Support/GenericDomTreeConstruction.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34254.102731.patch
Type: text/x-patch
Size: 5713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170615/74e61ff5/attachment.bin>


More information about the llvm-commits mailing list