mirror of
git://c9x.me/qbe.git
synced 2026-04-07 10:59:47 +00:00
show more spilling data
This commit is contained in:
parent
037c1bf141
commit
6e8e6d3368
@ -85,9 +85,9 @@ main(int ac, char *av[])
|
|||||||
fn->sym[t].name,
|
fn->sym[t].name,
|
||||||
fn->sym[t].cost);
|
fn->sym[t].cost);
|
||||||
spill(fn);
|
spill(fn);
|
||||||
fprintf(stderr, "\n> In registers at exits:\n");
|
fprintf(stderr, "\n> Block information:\n");
|
||||||
for (b=fn->start; b; b=b->link) {
|
for (b=fn->start; b; b=b->link) {
|
||||||
printf("\t%s: [", b->name);
|
printf("\t%10s (% 5d) [", b->name, b->loop);
|
||||||
dumprset(&b->out, fn);
|
dumprset(&b->out, fn);
|
||||||
printf(" ]\n");
|
printf(" ]\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user