tcg: Rename and adjust liveness_pass_1 helpers
commit2616c8082143373e794b62444bf81754f50dbf6b
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 27 Nov 2018 21:37:24 +0000 (27 13:37 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 25 Dec 2018 19:58:09 +0000 (26 06:58 +1100)
tree839451e487e24f0f019299b4dcd75a23b3039881
parent152c35aab43213335e1ae8b865d259c0222dd110
tcg: Rename and adjust liveness_pass_1 helpers

No need for a "tcg_" prefix for a static function; we already
have another "la_" prefix for indicating liveness analysis.
Pass in nb_globals and nb_temps, as we will already have them
in registers for other loops within the parent function.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg.c