]> git.sur5r.net Git - cc65/blobdiff - src/cc65/codeopt.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / cc65 / codeopt.h
index 72f9c44bb999ca389249881c2365388a96df0e37..7ce2fa8443c40b971153f5ec9c6a65a012a81380 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                codeopt.h                                 */
+/*                                 codeopt.h                                 */
 /*                                                                           */
-/*                          Optimizer subroutines                           */
+/*                           Optimizer subroutines                           */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
 
 
 /*****************************************************************************/
-/*                                  Data                                    */
-/*****************************************************************************/
-
-
-
-/*****************************************************************************/
-/*                                          Code                                    */
+/*                                   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 */