On Fri, 29 Jan 2021 at 20:17, Richard Henderson
<richard.hender...@linaro.org> wrote:
>
> This eliminates the target-specific function target_parse_constraint
> and folds it into the single caller, process_op_defs.  Since this is
> done directly into the switch statement, duplicates are compilation
> errors rather than silently ignored at runtime.
>
> Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
> ---
>  tcg/i386/tcg-target-con-str.h | 33 +++++++++++++++++
>  tcg/i386/tcg-target.h         |  1 +
>  tcg/tcg.c                     | 33 ++++++++++++++---
>  tcg/i386/tcg-target.c.inc     | 69 -----------------------------------
>  4 files changed, 62 insertions(+), 74 deletions(-)
>  create mode 100644 tcg/i386/tcg-target-con-str.h

Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>

thanks
-- PMM

Reply via email to