]> git.sur5r.net Git - cc65/blobdiff - src/cc65/codeopt.h
Fixed some bugs
[cc65] / src / cc65 / codeopt.h
index 72f9c44bb999ca389249881c2365388a96df0e37..4ee2626aae0b752941de5b432d70962015bd671e 100644 (file)
 
 
 
-/*****************************************************************************/
-/*                                  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 */