tcg: Create tcg/tcg-temp-internal.h
Move the tcg_temp_free_* and tcg_temp_ebb_new_* declarations and inlines to the new header. These are private to the implementation, and will prevent tcg_temp_free_* from creeping back into the guest front ends. Reviewed-by:Alex Bennée <alex.bennee@linaro.org> Reviewed-by:
Peter Maydell <peter.maydell@linaro.org> Reviewed-by:
Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by:
Richard Henderson <richard.henderson@linaro.org>
Showing
- accel/tcg/plugin-gen.c 1 addition, 0 deletionsaccel/tcg/plugin-gen.c
- include/tcg/tcg-temp-internal.h 83 additions, 0 deletionsinclude/tcg/tcg-temp-internal.h
- include/tcg/tcg.h 0 additions, 54 deletionsinclude/tcg/tcg.h
- tcg/tcg-op-gvec.c 1 addition, 0 deletionstcg/tcg-op-gvec.c
- tcg/tcg-op-vec.c 1 addition, 0 deletionstcg/tcg-op-vec.c
- tcg/tcg-op.c 1 addition, 0 deletionstcg/tcg-op.c
- tcg/tcg.c 1 addition, 0 deletionstcg/tcg.c
include/tcg/tcg-temp-internal.h
0 → 100644
Please register or sign in to comment