X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=inline;f=src%2FSDCCBBlock.c;fp=src%2FSDCCBBlock.c;h=5b12ef0a3d2ca098da06828b09b464ed94fcb1f9;hb=44eff090172fe33c4fa48eb88ed3f1bb2d10be28;hp=dfa15ce269fef7bce0f310eff85c2bda68111fe4;hpb=a64a385b6e32a2a0c35a215a530ca012f967c37b;p=fw%2Fsdcc diff --git a/src/SDCCBBlock.c b/src/SDCCBBlock.c index dfa15ce2..5b12ef0a 100644 --- a/src/SDCCBBlock.c +++ b/src/SDCCBBlock.c @@ -188,9 +188,9 @@ dumpEbbsToFileExt (int id, eBBlock ** ebbs, int count) for (i = 0; i < count; i++) { fprintf (of, "\n----------------------------------------------------------------\n"); - fprintf (of, "Basic Block %s (df:%d bb:%d): loop Depth = %d noPath = %d lastinLoop = %d\n", + fprintf (of, "Basic Block %s (df:%d bb:%d lvl:%d): loop Depth = %d noPath = %d lastinLoop = %d\n", ebbs[i]->entryLabel->name, - ebbs[i]->dfnum, ebbs[i]->bbnum, + ebbs[i]->dfnum, ebbs[i]->bbnum, ebbs[i]->entryLabel->level, ebbs[i]->depth, ebbs[i]->noPath, ebbs[i]->isLastInLoop);