> -----Original Message----- > From: Richard Henderson <[email protected]> > Sent: Sunday, February 26, 2023 10:37 PM > To: [email protected] > Cc: [email protected]; [email protected]; qemu- > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; Taylor Simpson > <[email protected]>; [email protected]; [email protected]; > [email protected]; Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v4 22/31] target/hexagon: Don't use tcg_temp_local_new_* > > > Since tcg_temp_new_* is now identical, use those. > > Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > Signed-off-by: Richard Henderson <[email protected]> > --- > target/hexagon/idef-parser/README.rst | 4 ++-- > target/hexagon/gen_tcg.h | 4 ++-- > target/hexagon/genptr.c | 16 ++++++++-------- > target/hexagon/idef-parser/parser-helpers.c | 4 ++-- > target/hexagon/translate.c | 2 +- > target/hexagon/README | 8 ++++---- > target/hexagon/gen_tcg_funcs.py | 18 +++++++----------- > 7 files changed, 26 insertions(+), 30 deletions(-)
Reviewed-by: Taylor Simpson <[email protected]>
