rjmccall added inline comments.

================
Comment at: clang/lib/CodeGen/CGCall.cpp:4008
+          if ((!ArgInfo.getIndirectByVal() ||
+               (LV.getAlignment() < getContext().getTypeAlignInChars(I->Ty)))) 
{
             NeedCopy = true;
----------------
Thanks for the fix.  Please remove all the unnecessary parens, but otherwise 
LGTM.


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

https://reviews.llvm.org/D71282



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

Reply via email to