rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.

Minor change, but otherwise LGTM.



================
Comment at: lib/CodeGen/CodeGenModule.cpp:3898
+    Entry = CE->stripPointerCasts();
   }
 
----------------
You can just make this whole thing `Entry = Entry->stripPointerCasts()`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69129/new/

https://reviews.llvm.org/D69129



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to