[PATCH] D31387: MachineVerifier: avoid reference to nullptr

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 27 08:45:10 PDT 2017


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

Looks good (optionally, if you like, you could switch the parameter type to std::string value (not reference) and initialize the member with std::move of the parameter)


https://reviews.llvm.org/D31387





More information about the llvm-commits mailing list