Add assignment side-effect to the instruction stream
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 10 Mar 2010 00:38:02 +0000 (16:38 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 10 Mar 2010 00:38:02 +0000 (16:38 -0800)
commit6652af36fe8994b1621d882fcc230d320908a2a3
treefe094bff4f29d064c0684924cdf75148e806cc41
parent78b51b0fdd61b58940f9043ef9046217552f2c70
Add assignment side-effect to the instruction stream

The actual assignment is a side-effect of the assignment expression.
Add it to the instruction stream and return the LHS of the assignment
as its rvalue.
ast_to_hir.cpp