commit | 3c28efd4cb1d555c3087855b4ec362a79de9581e | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Feb 24 18:40:56 2023 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Mar 05 13:44:07 2023 -0800 |
tree | c4b6d2637a390781884197ab7a614e92f920f0b4 | |
parent | 6bf4bbc1c8725de55a1de57936a464c699809592 [diff] |
target/hexagon/idef-parser: Drop tcg_temp_free Translators are no longer required to free tcg temporaries. This removes gen_rvalue_free, gen_rvalue_free_manual and free_variables, whose only purpose was to emit tcg_temp_free. Reviewed-by: Taylor Simpson <tsimpson@quicinc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>