Cleanup: Reduce use of Gpr0
authorSimon Hausmann <simon.hausmann@digia.com>
Sat, 20 Oct 2012 11:48:43 +0000 (13:48 +0200)
committerLars Knoll <lars.knoll@digia.com>
Sat, 20 Oct 2012 13:35:32 +0000 (15:35 +0200)
commitacc3fdb393431448a9aa76c2cb75e95f54198146
treeadf1b5806439167bb59c9454515119efe7be8aa3
parent4b15ce81039ef495c0af4074d96c2885f3c80615
Cleanup: Reduce use of Gpr0

We don't need to explicitly operate on Gpr0 for the return value when we can
use the ReturnValueRegister alias instead. No change in code generation because
on Amd64 and Ia32 Gpr0 == ReturnValueRegister.

Change-Id: Ia21613a51878093a9fb425879645ea3b8a4dbf72
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
qv4isel_masm.cpp