ast2firm: Use the value returned by set_value_for_expression_addr() as return value...
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 9 Dec 2012 09:50:49 +0000 (10:50 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 9 Dec 2012 17:45:00 +0000 (18:45 +0100)
commit41d0f73b4b4e20f0fc2d60bed159bc6ff555bdca
treee1f461859a80095ca1d9ed4301f05e0f129b8a6c
parent8ff73b92722cccf0ea26ad36480d2b56344e3d5f
ast2firm: Use the value returned by set_value_for_expression_addr() as return value for prefix ++/--.

- This is important for bitfields, which contain fewer bits than the to be stored value has.
- This is important for float variables, when the calculation is done in higher precision.
ast2firm.c