On 31/5/23 06:02, Richard Henderson wrote:
Create tcg/tcg-op-common.h, moving everything that does not concern
TARGET_LONG_BITS or TCGv.  Adjust tcg/*.c to use the new header
instead of tcg-op.h, in preparation for compiling tcg/ only once.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  include/tcg/tcg-op-common.h |  996 ++++++++++++++++++++++++++++++++++
  include/tcg/tcg-op.h        | 1004 +----------------------------------
  tcg/optimize.c              |    2 +-
  tcg/tcg-op-gvec.c           |    2 +-
  tcg/tcg-op-ldst.c           |    2 +-
  tcg/tcg-op-vec.c            |    2 +-
  tcg/tcg-op.c                |    2 +-
  tcg/tcg.c                   |    2 +-
  tcg/tci.c                   |    3 +-
  9 files changed, 1007 insertions(+), 1008 deletions(-)

Trivial review using 'git-diff --color-moved=dimmed-zebra'.

Reply via email to