Commit 8a44317c by Andreas Jaeger Committed by Andreas Jaeger

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
parent eaabe541
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
......
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment