From 836d6ed96e80788e8bf11b896fbb00e405979670 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 7 Apr 2014 23:44:10 -0700 Subject: tcg: Inline tcg_gen_helperN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Alex Bennée Signed-off-by: Richard Henderson --- tcg/tcg-op.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tcg') diff --git a/tcg/tcg-op.h b/tcg/tcg-op.h index f4367a0a36..719533ac39 100644 --- a/tcg/tcg-op.h +++ b/tcg/tcg-op.h @@ -23,13 +23,6 @@ */ #include "tcg.h" #include "exec/helper-proto.h" - -static inline void tcg_gen_helperN(void *func, int flags, int sizemask, - TCGArg ret, int nargs, TCGArg *args) -{ - tcg_gen_callN(&tcg_ctx, func, flags, sizemask, ret, nargs, args); -} - #include "exec/helper-gen.h" int gen_new_label(void); -- cgit v1.2.1