diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-06-20 00:04:17 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-06-19 18:04:17 -0600 |
commit | 2305ac0d57edd55ab075ced9f7376c5f85ef0298 (patch) | |
tree | 63de1a3b41aea38ca31b6965daaafb0de2713a25 | |
parent | f67aab2c6f10056156a388a40d61efe2358aa70f (diff) | |
download | gcc-2305ac0d57edd55ab075ced9f7376c5f85ef0298.zip gcc-2305ac0d57edd55ab075ced9f7376c5f85ef0298.tar.gz gcc-2305ac0d57edd55ab075ced9f7376c5f85ef0298.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/config/i386/i386.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 329da01..ae7e45c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 5d3c4fa..7e7152c 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -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 (); |