================ 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