i386.h (output_int_conditional_move): Declare.
authorJeffrey A Law <law@cygnus.com>
Sat, 20 Jun 1998 00:04:17 +0000 (00:04 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 20 Jun 1998 00:04:17 +0000 (18:04 -0600)
        * i386.h (output_int_conditional_move): Declare.
        (output_fp_conditional_move): Likewise.
        (ix86_can_use_return_insn_p): Likewise.

From-SVN: r20628

gcc/ChangeLog
gcc/config/i386/i386.h

index 329da01f7bfd191b6b54e42727a444d0ba347ee0..ae7e45c49b3a5e7437119961fe762e905a8b1de6 100644 (file)
@@ -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.
 
index 5d3c4fa7cc85a15ba87395c78ad6e24ede165aa3..7e7152c5f206bd11b26271bbd884977ce182c18e 100644 (file)
@@ -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 ();