Commit d06eab0d by Jeffrey A Law Committed by Jeff Law

regmove.c (try_auto_increment): Wrap declaration inside an #ifdef AUTO_INC_DEC.

        * regmove.c (try_auto_increment): Wrap declaration inside an
        #ifdef AUTO_INC_DEC.

From-SVN: r19582
parent 2c261fc0
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
......
......@@ -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 *))
;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment