Commit 2305ac0d by Jeffrey A Law Committed by Jeff Law

i386.h (output_int_conditional_move): Declare.

        * i386.h (output_int_conditional_move): Declare.
        (output_fp_conditional_move): Likewise.
        (ix86_can_use_return_insn_p): Likewise.

From-SVN: r20628
parent f67aab2c
......@@ -9,6 +9,7 @@ Sat Jun 20 00:36:16 1998 Jeffrey A Law (law@cygnus.com)
* i386.h (output_int_conditional_move): Declare.
(output_fp_conditional_move): Likewise.
(ix86_can_use_return_insn_p): Likewise.
* optabs.c (init_traps): Put prototype inside a suitable #ifdef.
......
......@@ -2771,6 +2771,7 @@ extern int agi_dependent ();
extern int reg_mentioned_in_mem ();
extern char *output_int_conditional_move ();
extern char *output_fp_conditional_move ();
extern int ix86_can_use_return_insn_p ();
#ifdef NOTYET
extern struct rtx_def *copy_all_rtx ();
......
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