OSDN Git Service

Hexagon (target/hexagon) Remove unused slot variable in helpers
authorTaylor Simpson <tsimpson@quicinc.com>
Fri, 7 Apr 2023 20:45:21 +0000 (13:45 -0700)
committerTaylor Simpson <tsimpson@quicinc.com>
Fri, 21 Apr 2023 16:32:52 +0000 (09:32 -0700)
commit111c529aa652fde71fe54a91776ffd166b724b42
treee234b28a54e614c6a8d00956b8b78424aad3fb5a
parent761e1c675e73502f95fc9e70aaeb4f228985cc44
Hexagon (target/hexagon) Remove unused slot variable in helpers

The slot variable in helpers was only passed to log_reg_write function
where the argument is unused.
- Remove declaration from generated helper functions
- Remove slot argument from log_reg_write

Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230407204521.357244-1-tsimpson@quicinc.com>
target/hexagon/gen_helper_funcs.py
target/hexagon/macros.h
target/hexagon/op_helper.c
target/hexagon/op_helper.h