]> git.sur5r.net Git - cc65/blobdiff - src/cc65/codeopt.h
More optimizations
[cc65] / src / cc65 / codeopt.h
index 4edacb11ba96a75c4b46bba9e777f40f3e992740..4ee2626aae0b752941de5b432d70962015bd671e 100644 (file)
 
 
 
-/* b6502 */
+/* cc65 */
 #include "codeseg.h"
 
 
 
 /*****************************************************************************/
-/*                                  Data                                    */
+/*                                          Code                                    */
 /*****************************************************************************/
 
 
 
-/*****************************************************************************/
-/*                                          Code                                    */
-/*****************************************************************************/
+void DisableOpt (const char* Name);
+/* Disable the optimization with the given 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 */