V4 IR: fix printing with register information.
authorErik Verbruggen <erik.verbruggen@digia.com>
Fri, 27 Jun 2014 13:10:39 +0000 (15:10 +0200)
committerErik Verbruggen <erik.verbruggen@digia.com>
Thu, 24 Jul 2014 09:13:32 +0000 (11:13 +0200)
commit47d4c46cbb3df6c6aaa0e4d82d0ea5ee7f807c06
tree43fa773c349e862050a5d29bb0552a756f905e9c
parentf5643ac8731e55eb90f1038d371afd53367f33ad
V4 IR: fix printing with register information.

The register numbers for non-FP registers overlap with the FP ones. So
when keying a single mapping on number, this resulted in the FP ones
overwriting the non-FP ones. This patch splits the mapping in two.

Change-Id: I95042b52a423eaaa96ed55d6c8ef12a2eb99f191
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/jit/qv4regalloc.cpp