diff options
author | Graham Stott <grahams@gcc.gnu.org> | 2000-10-17 19:01:14 +0000 |
---|---|---|
committer | Graham Stott <grahams@gcc.gnu.org> | 2000-10-17 19:01:14 +0000 |
commit | 6ea15a909fd85c0be6ee74dc2afbed84869d6c3c (patch) | |
tree | 9099e7017ce9ab06107e96811fc50f4201736683 | |
parent | 69ac483175ad09a6eafaee2528b0486d0ee968d5 (diff) | |
download | gcc-6ea15a909fd85c0be6ee74dc2afbed84869d6c3c.zip gcc-6ea15a909fd85c0be6ee74dc2afbed84869d6c3c.tar.gz gcc-6ea15a909fd85c0be6ee74dc2afbed84869d6c3c.tar.bz2 |
* i386-protos.h: Add missing prototype.
From-SVN: r36907
-rw-r--r-- | gcc/config/i386/i386-protos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/i386/i386-protos.h b/gcc/config/i386/i386-protos.h index fef5c52..2651f4b 100644 --- a/gcc/config/i386/i386-protos.h +++ b/gcc/config/i386/i386-protos.h @@ -56,6 +56,7 @@ extern int general_no_elim_operand PARAMS ((rtx, enum machine_mode)); extern int nonmemory_no_elim_operand PARAMS ((rtx, enum machine_mode)); extern int q_regs_operand PARAMS ((rtx, enum machine_mode)); extern int non_q_regs_operand PARAMS ((rtx, enum machine_mode)); +extern int no_comparison_operator PARAMS ((rtx, enum machine_mode)); extern int sse_comparison_operator PARAMS ((rtx, enum machine_mode)); extern int fcmov_comparison_operator PARAMS ((rtx, enum machine_mode)); extern int cmp_fp_expander_operand PARAMS ((rtx, enum machine_mode)); |