tcg/e2k: remove unused tcg_out_nop_fill

This commit is contained in:
Denis Drakhnia 2024-03-28 14:36:06 +02:00
parent ae02ff01cf
commit 2953ea0798
1 changed files with 0 additions and 7 deletions

View File

@ -946,13 +946,6 @@ static void tcg_out_ct(TCGContext *s, CtprReg ctpr, CtCond cond, PredReg preg)
e2k_out_end(s, &bundle);
}
static void tcg_out_nop_fill(tcg_insn_unit *p, int count)
{
for (int i = 0; i < count; ++i) {
p[i] = 0;
}
}
/*
* Relocations
*/