i386.h (output_int_conditional_move): Declare.
authorJeffrey A Law <law@cygnus.com>
Fri, 19 Jun 1998 23:43:04 +0000 (23:43 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 19 Jun 1998 23:43:04 +0000 (17:43 -0600)
        * i386.h (output_int_conditional_move): Declare.
        (output_fp_conditional_move): Likewise.

From-SVN: r20625

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

index e196b65401412ba432aff0997614c1ab00e636e5..30dffcbd8086e32ecc8935573a55ead0bac72ed1 100644 (file)
@@ -1,5 +1,8 @@
 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.
+
        * optabs.c (init_traps): Put prototype inside a suitable #ifdef.
 
 Sat Jun 20 00:27:40 1998  Graham  <grahams@rcp.co.uk>
index 759e5c12a56b0a8cd71c4ab3c8f01fe2a129d7d3..5d3c4fa7cc85a15ba87395c78ad6e24ede165aa3 100644 (file)
@@ -2769,6 +2769,8 @@ extern int is_fp_dest ();
 extern int is_fp_store ();
 extern int agi_dependent ();
 extern int reg_mentioned_in_mem ();
+extern char *output_int_conditional_move ();
+extern char *output_fp_conditional_move ();
 
 #ifdef NOTYET
 extern struct rtx_def *copy_all_rtx ();