[PATCH] D48231: [Dominators] Change getNode parameter type to const NodeT * (NFC).

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 15 12:34:43 PDT 2018


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Feel free to commit changes like this without review - seems sensible/obvious enough. (in theory you could write a unit test, perhaps? but hardly seems worth it for this change - maybe if an existing test covers this code you could change it to have a const parameter)


https://reviews.llvm.org/D48231





More information about the llvm-commits mailing list