X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fcodeopt.h;h=4ee2626aae0b752941de5b432d70962015bd671e;hb=ed2767e65f05b853eda1b071938062126de6f517;hp=72f9c44bb999ca389249881c2365388a96df0e37;hpb=a1da98103a54b714f55cb0bd649327cbd749bdd7;p=cc65 diff --git a/src/cc65/codeopt.h b/src/cc65/codeopt.h index 72f9c44bb..4ee2626aa 100644 --- a/src/cc65/codeopt.h +++ b/src/cc65/codeopt.h @@ -43,12 +43,6 @@ -/*****************************************************************************/ -/* Data */ -/*****************************************************************************/ - - - /*****************************************************************************/ /* Code */ /*****************************************************************************/ @@ -61,6 +55,9 @@ void DisableOpt (const char* Name); void EnableOpt (const char* Name); /* Enable the optimization with the given name */ +void ListOptSteps (FILE* F); +/* List all optimization steps */ + void RunOpt (CodeSeg* S); /* Run the optimizer */