i386-protos.h: Add prototype for uno_comparison_operator.

2000-04-13  Andreas Jaeger  <aj@suse.de>

	* config/i386/i386-protos.h: Add prototype for
	uno_comparison_operator.

From-SVN: r33140
This commit is contained in:
Andreas Jaeger 2000-04-13 19:05:54 +02:00 committed by Andreas Jaeger
parent eaabe54131
commit 8a44317cbb
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-04-13 Andreas Jaeger <aj@suse.de>
* config/i386/i386-protos.h: Add prototype for
uno_comparison_operator.
Thu Apr 13 15:55:08 MET DST 2000 Jan Hubicka <jh@suse.cz>
* alias.c (nonlocal_reference_p): Take a care for

View File

@ -56,6 +56,7 @@ 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 fcmov_comparison_operator PARAMS ((rtx, enum machine_mode));
extern int uno_comparison_operator PARAMS ((rtx, enum machine_mode));
extern int cmp_fp_expander_operand PARAMS ((rtx, enum machine_mode));
extern int ext_register_operand PARAMS ((rtx, enum machine_mode));
extern int binary_fp_operator PARAMS ((rtx, enum machine_mode));