target/hexagon/idef-parser: Use gen_tmp for gen_pred_assign
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Feb 2023 02:58:38 +0000 (16:58 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:45:00 +0000 (13:45 -0800)
commit08a266e35e973237a56fe48311ac433cd46ff97f
tree7294d2148c13815a880f613cb59295cf22124819
parent93f367bb7fd94a52c4ba9bcc8029881f6cab1bb0
target/hexagon/idef-parser: Use gen_tmp for gen_pred_assign

The allocation is immediately followed by tcg_gen_mov_i32,
so the initial assignment of zero is discarded.

Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hexagon/idef-parser/parser-helpers.c