Simplify function call generate (part 1)
authorSimon Hausmann <simon.hausmann@digia.com>
Wed, 17 Oct 2012 16:28:45 +0000 (18:28 +0200)
committerLars Knoll <lars.knoll@digia.com>
Wed, 17 Oct 2012 16:37:05 +0000 (18:37 +0200)
commit317252833e835b729c7c8762abf89211c594130b
tree83edd6b189738ae55e7b46eec6d703b63fccc399
parent2fe85372df20f937dffa3fe61aab3e84ba1bac1c
Simplify function call generate (part 1)

This gets rid of the ia32 and arm variants of generateFunctionCall
(they'll have to be re-done anyway) and replaces the duplicated
bodies of the generateFunctionCallImp overloads with calls to
one single instance that has the maximum number of supported arguments.

The recently introduce VoidType takes care of non-existant arguments.

Change-Id: I7c41f58a72840837709e65620d7f384e4b18f2a8
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
qv4isel_masm_p.h