On 8/30/21 8:24 AM, Richard Henderson wrote: > 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. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/optimize.c | 25 +++++++++++-------------- > 1 file changed, 11 insertions(+), 14 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>