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

@@ -73,8 +73,4 @@ void txt_emit(FILE*, Prog *head);
/* wwi.c — non-zero return: check_exported_type rejected a dangling export. */
int wwi_emit(Checker *c, FILE *of, Node *file);
/* swt.c, peep.c, reg.c — placeholders for now */
void peephole(Cg*);
void regalloc_init(Cg*);
#endif