[PATCH] D38503: [CodeGen] Unify generation of scalar and struct-path TBAA tags
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 4 19:46:04 PDT 2017
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
LGTM with one comment fix that I noticed.
================
Comment at: lib/CodeGen/CodeGenModule.h:659
- llvm::MDNode *getTBAAInfoForVTablePtr();
+ /// getTBAAAccessInfo - Get TBAA information that describes an accesses to
+ /// an object of the given type.
----------------
"an access"
Repository:
rL LLVM
https://reviews.llvm.org/D38503
More information about the cfe-commits
mailing list