tcg/optimize: Split out init_arguments
commite2577ea24f9974ab0fb2a2b255203bad0c878f91
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Aug 2021 15:00:48 +0000 (24 08:00 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Oct 2021 00:11:22 +0000 (27 17:11 -0700)
treecb7bef87b9ee59588a3162b22b10895f11a9435e
parentd0ed5151b11b12e9e2ca3c9adde2fd4444588948
tcg/optimize: Split out init_arguments

There was no real reason for calls to have separate code here.
Unify init for calls vs non-calls using the call path, which
handles TCG_CALL_DUMMY_ARG.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/optimize.c