Commit e7afe229 by Kazu Hirata Committed by Kazu Hirata

h8300-protos.h: Remove the prototype for eq_operator.

	* config/h8300/h8300-protos.h: Remove the prototype for
	eq_operator.
	* config/h8300/h8300.c (eq_operator): Remove.

From-SVN: r48857
parent 7d378549
2002-01-14 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300-protos.h: Remove the prototype for
eq_operator.
* config/h8300/h8300.c (eq_operator): Remove.
2002-01-14 Richard Henderson <rth@redhat.com> 2002-01-14 Richard Henderson <rth@redhat.com>
* config/i386/i386.md (prefetch): Tidy. * config/i386/i386.md (prefetch): Tidy.
......
...@@ -54,7 +54,6 @@ extern int small_call_insn_operand PARAMS ((rtx, enum machine_mode)); ...@@ -54,7 +54,6 @@ extern int small_call_insn_operand PARAMS ((rtx, enum machine_mode));
extern int jump_address_operand PARAMS ((rtx, enum machine_mode)); extern int jump_address_operand PARAMS ((rtx, enum machine_mode));
extern int bit_operand PARAMS ((rtx, enum machine_mode)); extern int bit_operand PARAMS ((rtx, enum machine_mode));
extern int bit_memory_operand PARAMS ((rtx, enum machine_mode)); extern int bit_memory_operand PARAMS ((rtx, enum machine_mode));
extern int eq_operator PARAMS ((rtx, enum machine_mode));
extern int bit_operator PARAMS ((rtx, enum machine_mode)); extern int bit_operator PARAMS ((rtx, enum machine_mode));
extern int nshift_operator PARAMS ((rtx, enum machine_mode)); extern int nshift_operator PARAMS ((rtx, enum machine_mode));
......
...@@ -769,16 +769,6 @@ bit_memory_operand (op, mode) ...@@ -769,16 +769,6 @@ bit_memory_operand (op, mode)
&& EXTRA_CONSTRAINT (op, 'U')); && EXTRA_CONSTRAINT (op, 'U'));
} }
/* Recognize valid operators for bit test. */
int
eq_operator (x, mode)
rtx x;
enum machine_mode mode ATTRIBUTE_UNUSED;
{
return (GET_CODE (x) == EQ || GET_CODE (x) == NE);
}
/* Handle machine specific pragmas for compatibility with existing /* Handle machine specific pragmas for compatibility with existing
compilers for the H8/300. compilers for the H8/300.
......
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