Anastasia marked 6 inline comments as done. Anastasia added inline comments.
================ Comment at: lib/CodeGen/CGExprAgg.cpp:813 + case CK_AddressSpaceConversion: { + Visit(E->getSubExpr()); + break; ---------------- rjmccall wrote: > If there's a `Dest`, you might need to reverse-convert its address space, > right? After I fixed the AST (by setting VK correctly on ICE) we are no longer hitting this path. So I removed the unnecessary changes. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D56066/new/ https://reviews.llvm.org/D56066 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits