rjmccall added inline comments.

================
Comment at: tools/clang/lib/AST/ASTContext.cpp:1902
@@ +1901,3 @@
+  if (Target->getTriple().getArch() == llvm::Triple::xcore ||
+      Target->getTriple().isOSIAMCU())
+    return ABIAlign;  // Never overalign on XCore and IAMCU.
----------------
Please turn this into a method or flag on TargetInfo.  I suggest
  bool AllowLargerPreferredTypeAlignment;

http://reviews.llvm.org/D15647



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

Reply via email to