This patch cleans up GenericDomTreeConstruction by replacing typedefs with usings and replaces typename GraphT::NodeRef with NodePtr to make the file more readable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include/llvm/Support/GenericDomTree.h | ||
---|---|---|
212 ↗ | (On Diff #102731) | Please don't mix reformatting changes with other ones, it makes it hard to tell what you did :) You can use git clang-format or something if you want to format changed lines in a patch :) |
include/llvm/Support/GenericDomTreeConstruction.h | ||
146–148 | If nodeptr is now the only place we use GraphT, just fold it into that line and remove it. |
If nodeptr is now the only place we use GraphT, just fold it into that line and remove it.