]> gcc.gnu.org Git - gcc.git/commitdiff
regmove.c (try_auto_increment): Wrap declaration inside an #ifdef AUTO_INC_DEC.
authorJeffrey A Law <law@cygnus.com>
Wed, 6 May 1998 15:47:37 +0000 (15:47 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 6 May 1998 15:47:37 +0000 (09:47 -0600)
        * regmove.c (try_auto_increment): Wrap declaration inside an
        #ifdef AUTO_INC_DEC.

From-SVN: r19582

gcc/ChangeLog
gcc/regmove.c

index 15bae4bd7f5c280e4f2b29040069544cf7957a2d..3ddc7be1f7ca0b8286b246014cce548135cc5fed 100644 (file)
@@ -1,3 +1,8 @@
+Wed May  6 16:46:01 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * regmove.c (try_auto_increment): Wrap declaration inside an
+       #ifdef AUTO_INC_DEC.
+
 Wed May  6 17:07:47 1998  Michael Meissner  <meissner@cygnus.com>
 
        * final.c (output_operand_lossage): Call fatal with the operand
index 5e805086bb9b5efa7e9b819288889baa852d8dac..81a987035f17c5bd861f717dfac977fbf104516e 100644 (file)
@@ -55,7 +55,9 @@ struct match {
   int early_clobber[MAX_RECOG_OPERANDS];
 };
 
+#ifdef AUTO_INC_DEC
 static int try_auto_increment PROTO((rtx, rtx, rtx, rtx, HOST_WIDE_INT, int));
+#endif
 static int find_matches PROTO((rtx, struct match *));
 static int fixup_match_1 PROTO((rtx, rtx, rtx, rtx, rtx, int, int, int, FILE *))
 ;
This page took 0.083198 seconds and 5 git commands to generate.