提交 1a2eb162 编写于 作者: M malc

tcg/ppc: Remove tcg_out_addi

The only user (within tcg.c) was removed
Signed-off-by: Nmalc <av1474@comtv.ru>
上级 656acddb
......@@ -982,11 +982,6 @@ static void ppc_addi (TCGContext *s, int rt, int ra, tcg_target_long si)
}
}
static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val)
{
ppc_addi (s, reg, reg, val);
}
static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2,
int const_arg2, int cr)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册