[PATCH] D52389: Use unique_ptr to hold AsmInfo,MRI,MII,STI
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 24 22:55:25 PDT 2018
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
looks good - thanks!
(& yeah, for an out of line ctor, I don't think there's any difference in the codegen (or there shouldn't be) between = default and {}, but as you say, looks a bit better/makes it more explicit (to other readers and the compiler that there's nothing interesting going on, etc)
Repository:
rL LLVM
https://reviews.llvm.org/D52389
More information about the llvm-commits
mailing list