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

Calls are special in that they have a variable number
of arguments, and need to be able to clobber globals.

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