commit ed8fe831fe583e50c5b3a0c0096deaf350b0c309
parent e9ccf35b8a18b542603714c84fa2869b24a17af0
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Thu, 29 Dec 2016 20:58:30 -0500
remove debugging stub
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/isel.c b/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);
- }
}
}