aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4regalloc.cpp
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@me.com>2013-12-02 16:57:32 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-03 09:50:59 +0100
commit0fa3b4c23c96c9375c8a1b8e4981e1b84188a3ef (patch)
treed795d3d111499bfcb44bf10049ecabb89727c266 /src/qml/compiler/qv4regalloc.cpp
parent7fdc5c34a5ea0ba2c98e63aa78094991d44c8f51 (diff)
V4 IR: remove common toInt32 casts.
E.g.: a | 0 b & 0xffffffff These operations force the operands to be converted to int32 without changing their value. At this point we already added convert calls to the IR, so we can safely get rid of these operations. Change-Id: Ic4d3b989e13439eccd2c878fa7bf5030acae7630 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/compiler/qv4regalloc.cpp')
0 files changed, 0 insertions, 0 deletions