w6c: delete unwired backend pass seams

This commit is contained in:
2026-08-09 04:13:07 +09:00
parent a3d7f61792
commit 2a03cfbfa4
8 changed files with 3 additions and 36 deletions

View File

@@ -17683,6 +17683,3 @@ cg_file(Cg *c, FILE *out, Node *file)
emit_defs(c, out, file);
emit_lets(c, out, file);
}
void peephole(Cg *c) { (void)c; }
void regalloc_init(Cg *c) { (void)c; }