> -----Original Message-----
> From: Matheus Tavares Bernardino <[email protected]>
> Sent: Wednesday, May 24, 2023 9:42 AM
> To: [email protected]
> Cc: Taylor Simpson <[email protected]>; Brian Cain
> <[email protected]>; Marco Liebel (QUIC) <[email protected]>
> Subject: [PATCH v2 2/2] Hexagon: fix outdated `hex_new_*` comments
>
> Some code comments refer to hex_new_value and hex_new_pred_value,
> which have been transferred to DisasContext and, in the case of
> hex_new_value, should now be accessed through get_result_gpr().
>
> In order to fix this outdated comments and also avoid having to tweak them
> whenever we make a variable name change in the future, let's replace them
> with pseudocode.
>
> Suggested-by: Taylor Simpson <[email protected]>
> Signed-off-by: Matheus Tavares Bernardino <[email protected]>
> ---
> target/hexagon/genptr.c | 26 ++++++++++++--------------
> target/hexagon/translate.c | 2 +-
> 2 files changed, 13 insertions(+), 15 deletions(-)
Reviewed-by: Taylor Simpson <[email protected]>
Queued to hex.next