Re: [PATCH v3 1/7] tcg/sparc: Drop inline markers

2021-08-18 Thread Philippe Mathieu-Daudé
On 8/18/21 10:45 PM, Richard Henderson wrote: > Let the compiler decide about inlining. > > Signed-off-by: Richard Henderson > --- > tcg/sparc/tcg-target.c.inc | 45 +++--- > 1 file changed, 22 insertions(+), 23 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v3 1/7] tcg/sparc: Drop inline markers

2021-08-18 Thread Richard Henderson
Let the compiler decide about inlining. Signed-off-by: Richard Henderson --- tcg/sparc/tcg-target.c.inc | 45 +++--- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/tcg/sparc/tcg-target.c.inc b/tcg/sparc/tcg-target.c.inc index