rjmccall added inline comments.
================ Comment at: lib/CodeGen/CGExpr.cpp:2171 + LValueBaseInfo *ReferenceeBaseInfo, + TBAAAccessInfo *ReferenceeTBAAInfo) { + llvm::LoadInst *Load = Builder.CreateLoad(ReferenceAddr, IsVolatile); ---------------- "Pointee" would be better than "Referencee", please. Should this just take an LValue? The first five arguments here are basically an LValue. Repository: rL LLVM https://reviews.llvm.org/D39177 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits