[PATCH] Support the assume_aligned function attribute

Richard Smith richard at metafoo.co.uk
Sun Jul 20 16:26:53 PDT 2014


================
Comment at: lib/CodeGen/CGExpr.cpp:3352
@@ +3351,3 @@
+
+  if (Ret.isScalar() && TargetDecl)
+    if (const AssumeAlignedAttr *AA =
----------------
Richard Smith wrote:
> Please add parens around this `if`.
s/parens/braces/ =)

http://reviews.llvm.org/D4601






More information about the cfe-commits mailing list