Re: [PATCH 07/11] tcg: Move tcg_gen_opN declarations to tcg-internal.h

2023-12-13 Thread Philippe Mathieu-Daudé
On 29/10/23 22:08, Richard Henderson wrote: These are used within tcg-op.c and tcg-op-ldst.c. There are no uses outside tcg/. Signed-off-by: Richard Henderson --- include/tcg/tcg-op-common.h | 7 --- tcg/tcg-internal.h | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(

[PATCH 07/11] tcg: Move tcg_gen_opN declarations to tcg-internal.h

2023-10-29 Thread Richard Henderson
These are used within tcg-op.c and tcg-op-ldst.c. There are no uses outside tcg/. Signed-off-by: Richard Henderson --- include/tcg/tcg-op-common.h | 7 --- tcg/tcg-internal.h | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/tcg/tcg-op-common.h b/in