[PATCH] D27031: [PM] Change the static object whose address is used to uniquely identify analyses to have a common type which is enforced rather than using a char object and a `void *` type when used as an identifier.
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 23 00:11:25 PST 2016
silvas accepted this revision.
silvas added a reviewer: silvas.
silvas added a comment.
This revision is now accepted and ready to land.
This seems like an nice clarity win (even ignoring the subtle pointer alignment issues). LGTM.
https://reviews.llvm.org/D27031
More information about the llvm-commits
mailing list