Commit 6a415867 by Kazu Hirata Committed by Kazu Hirata

h8300.c: Remove an extern declaration of rtx_equal_function_value_matters.

	* config/h8300/h8300.c: Remove an extern declaration of
	rtx_equal_function_value_matters.

From-SVN: r77998
parent a3579575
2004-02-17 Kazu Hirata <kazu@cs.umass.edu> 2004-02-17 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c: Remove an extern declaration of
rtx_equal_function_value_matters.
2004-02-17 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (fix_bit_operand): Don't generate insns * config/h8300/h8300.c (fix_bit_operand): Don't generate insns
by hand. by hand.
* config/h8300/h8300.md (*andqi3_1): Change to andqi3_1. * config/h8300/h8300.md (*andqi3_1): Change to andqi3_1.
......
...@@ -891,8 +891,6 @@ jump_address_operand (rtx op, enum machine_mode mode) ...@@ -891,8 +891,6 @@ jump_address_operand (rtx op, enum machine_mode mode)
/* Recognize valid operands for bit-field instructions. */ /* Recognize valid operands for bit-field instructions. */
extern int rtx_equal_function_value_matters;
int int
bit_operand (rtx op, enum machine_mode mode) bit_operand (rtx op, enum machine_mode 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