diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2009-10-04 15:16:46 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2009-10-04 15:16:46 +0200 |
commit | 8389c67b82a12f9d1ac3c03e41a5d16f44eb82f9 (patch) | |
tree | 55210d834ab74a8ce42d18acad40043392d4bdb1 /tcg | |
parent | b7d43d03f956265aa8599fa11b3c93831934afce (diff) |
tcg: remove dead code
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'tcg')
-rw-r--r-- | tcg/tcg.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -453,8 +453,6 @@ TCGv_i64 tcg_const_local_i64(int64_t val); void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type, int label_index, long addend); -const TCGArg *tcg_gen_code_op(TCGContext *s, int opc, const TCGArg *args1, - unsigned int dead_iargs); extern uint8_t code_gen_prologue[]; #if defined(_ARCH_PPC) && !defined(_ARCH_PPC64) |