[llvm-commits] llvm-gcc: support for NON_LVALUE_EXPR

Chris Lattner clattner at apple.com
Fri Mar 2 18:14:08 PST 2007


On Feb 28, 2007, at 10:17 AM, Duncan Sands wrote:

> According to the docs:
>
> "NON_LVALUE_EXPR
> These nodes indicate that their one and only operand is not an lvalue.
> A back end can treat these identically to the single operand."
>
> And that is what this patch does.

Applied, thanks.  Please check in the testcase.

-Chris




More information about the llvm-commits mailing list