Signed-off-by: Richard Henderson <r...@twiddle.net> --- tcg/tcg.c | 10 ---------- tcg/tcg.h | 5 ----- 2 files changed, 15 deletions(-)
diff --git a/tcg/tcg.c b/tcg/tcg.c index 13dc8f5..7d379ac 100644 --- a/tcg/tcg.c +++ b/tcg/tcg.c @@ -832,16 +832,6 @@ static char *tcg_get_arg_str_idx(TCGContext *s, char *buf, int buf_size, return buf; } -char *tcg_get_arg_str_i32(TCGContext *s, char *buf, int buf_size, TCGv_i32 arg) -{ - return tcg_get_arg_str_idx(s, buf, buf_size, GET_TCGV_I32(arg)); -} - -char *tcg_get_arg_str_i64(TCGContext *s, char *buf, int buf_size, TCGv_i64 arg) -{ - return tcg_get_arg_str_idx(s, buf, buf_size, GET_TCGV_I64(arg)); -} - static int helper_cmp(const void *p1, const void *p2) { const TCGHelperInfo *th1 = p1; diff --git a/tcg/tcg.h b/tcg/tcg.h index d69d993..275ea9b 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -552,11 +552,6 @@ TCGv_i64 tcg_temp_new_internal_i64(int temp_local); void tcg_temp_free_i32(TCGv_i32 arg); void tcg_temp_free_i64(TCGv_i64 arg); -char *tcg_get_arg_str_i32(TCGContext *s, char *buf, - int buf_size, TCGv_i32 arg); -char *tcg_get_arg_str_i64(TCGContext *s, char *buf, - int buf_size, TCGv_i64 arg); - static inline TCGv_i32 tcg_global_mem_new_i32(TCGv_ptr reg, intptr_t offset, const char *name) { -- 1.8.1.4