Replace post increment with pre increment if we don't need the result.
authorLars Knoll <lars.knoll@digia.com>
Wed, 13 Feb 2013 21:27:15 +0000 (22:27 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Thu, 14 Feb 2013 06:09:04 +0000 (07:09 +0100)
commit93f53855c5349f96deda04d6fcf5d21f34c317f8
tree6e42344261bb739accbb36b2c8b19a18340de72b
parenteec7ea703caf37db4ae1801f5ea016fd3cf8b221
Replace post increment with pre increment if we don't need the result.

Same for decrement operations.

Change-Id: I9ef33f12f8cf009e9d441989dbc6bc6a233b8994
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/v4/qv4codegen.cpp