X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCopt.c;h=1fd2e6cb408cea90fc46989949c547e84dfad4c4;hb=e6f797f8ccde60604461df6cbb869546fbfbbc2d;hp=a884ab9a457aad15cd7dff9ee515485386816b5c;hpb=a8bd79f0b8619a3d1773c58c623888d2e2fe7c22;p=fw%2Fsdcc diff --git a/src/SDCCopt.c b/src/SDCCopt.c index a884ab9a..1fd2e6cb 100644 --- a/src/SDCCopt.c +++ b/src/SDCCopt.c @@ -863,14 +863,12 @@ eBBlockFromiCode (iCode * ic) if (options.cyclomatic) printCyclomatic (ebbs, saveCount); - /* convert operations with support routines written in C to function calls : Iam doing this at this point since I want all the operations to be as they are for optimzations */ convertToFcall (ebbs, count); - /* compute the live ranges */ computeLiveRanges (ebbs, count); @@ -889,7 +887,6 @@ eBBlockFromiCode (iCode * ic) setToNull ((void **) &graphEdges); ebbs = NULL; - return NULL; }