change the wide bit to a class number
This commit is contained in:
parent
5097cf1d42
commit
af1a5079fd
5 changed files with 54 additions and 32 deletions
|
@ -30,6 +30,7 @@ dumpts(Bits *b, Tmp *tmp, FILE *f)
|
|||
static void
|
||||
data(Dat *d)
|
||||
{
|
||||
#if 0
|
||||
if (dbg)
|
||||
return;
|
||||
if (d->type == DEnd) {
|
||||
|
@ -37,6 +38,7 @@ data(Dat *d)
|
|||
freeall();
|
||||
}
|
||||
emitdat(d, stdout);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -59,7 +61,6 @@ func(Fn *fn)
|
|||
filluse(fn);
|
||||
copy(fn);
|
||||
filluse(fn);
|
||||
#endif
|
||||
isel(fn);
|
||||
filllive(fn);
|
||||
fillcost(fn);
|
||||
|
@ -77,6 +78,7 @@ func(Fn *fn)
|
|||
emitfn(fn, stdout);
|
||||
printf("/* end function %s */\n\n", fn->name);
|
||||
} else
|
||||
#endif
|
||||
fprintf(stderr, "\n");
|
||||
freeall();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue