hfinkel added inline comments.

================
Comment at: lib/CodeGen/TargetInfo.cpp:3547
@@ +3546,3 @@
+    // Round up address of argument to alignment
+    llvm::Value *overflow_arg_area = OverflowArea.getPointer();
+    uint32_t Align = CGF.getContext().getTypeAlignInChars(Ty).getQuantity();
----------------
You need to use variable names consistent with our coding convention 
(OverflowArgArea, etc.).


http://reviews.llvm.org/D14871



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

Reply via email to