[llvm-commits] llvm-gcc: support for NON_LVALUE_EXPR
Duncan Sands
baldrick at free.fr
Wed Feb 28 10:17:54 PST 2007
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.
Ciao,
Duncan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: non_lvalue.diff
Type: text/x-diff
Size: 672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070228/94fec294/attachment.diff>
More information about the llvm-commits
mailing list