naming nit

This commit is contained in:
Quentin Carbonneaux 2023-03-19 07:38:24 +01:00
parent 011dfc839d
commit eb9fcece9e
5 changed files with 7 additions and 7 deletions

View file

@ -512,7 +512,7 @@ split(Fn *fn, Blk *b)
idup(&bn->ins, curi, bn->nins);
curi = &insb[NIns];
bn->visit = ++b->visit;
fmt(bn->name, "%s.%d", b->name, b->visit);
strf(bn->name, "%s.%d", b->name, b->visit);
bn->loop = b->loop;
bn->link = b->link;
b->link = bn;