]> git.sur5r.net Git - cc65/blobdiff - src/cc65/copttest.h
Merged branch "master" into ubiquitous.
[cc65] / src / cc65 / copttest.h
index 0a0af4adddd0029057fa0c8b569f63614d207fa6..f6af1da3297e506b61b1b50552045d41654bf21d 100644 (file)
@@ -1,15 +1,15 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                               copttest.h                                 */
+/*                                copttest.h                                 */
 /*                                                                           */
-/*                         Optimize test sequences                          */
+/*                          Optimize test sequences                          */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2001      Ullrich von Bassewitz                                       */
-/*               Wacholderweg 14                                             */
-/*               D-70597 Stuttgart                                           */
-/* EMail:        uz@cc65.org                                                 */
+/* (C) 2001-2009, Ullrich von Bassewitz                                      */
+/*                Roemerstrasse 52                                           */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -44,7 +44,7 @@
 
 
 /*****************************************************************************/
-/*                             Optimize tests                               */
+/*                              Optimize tests                               */
 /*****************************************************************************/
 
 
@@ -70,6 +70,12 @@ unsigned OptTest1 (CodeSeg* S);
  *
  */
 
+unsigned OptTest2 (CodeSeg* S);
+/* Search for an inc/dec operation followed by a load and a conditional
+ * branch based on the flags from the load. Remove the load if the insn
+ * isn't used later.
+ */
+
 
 
 /* End of copttest.h */