remove debugging stub
This commit is contained in:
parent
e9ccf35b8a
commit
ed8fe831fe
1 changed files with 0 additions and 4 deletions
4
isel.c
4
isel.c
|
@ -623,9 +623,5 @@ isel(Fn *fn)
|
|||
if (debug['I']) {
|
||||
fprintf(stderr, "\n> After instruction selection:\n");
|
||||
printfn(fn, stderr);
|
||||
for (n=0; n<fn->ntmp; ++n) {
|
||||
if (strcmp(fn->tmp[n].name, "i") == 0)
|
||||
fprintf(stderr, ">> nuse for i: %d\n", fn->tmp[n].nuse);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue