[cfe-commits] r65256 - in /cfe/trunk: lib/Sema/SemaStmt.cpp test/CodeGen/asm.c
Eli Friedman
eli.friedman at gmail.com
Sat Feb 21 18:42:07 PST 2009
On Sat, Feb 21, 2009 at 6:11 PM, Anders Carlsson <andersca at mac.com> wrote:
> @@ -915,9 +915,9 @@
> << InputExpr->getType() << InputConstraint
> << InputExpr->getSubExpr()->getSourceRange());
> }
> -
> - DefaultFunctionArrayConversion(Exprs[i]);
> }
> +
> + DefaultFunctionArrayConversion(Exprs[i]);
Is this right for memory operands? We don't want to promote an lvalue
to a pointer.
-Eli
More information about the cfe-commits
mailing list