This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] h8300.c: Remove extern of rtx_equal_function_value_matters.


Hi,

Attached is a patch to remove an extern declaration of
rtx_equal_function_value_matters as it is not used.

Built h8300-elf.  Committed.

Kazu Hirata

2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>

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

Index: h8300.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.c,v
retrieving revision 1.277
diff -u -r1.277 h8300.c
--- h8300.c	17 Feb 2004 23:44:14 -0000	1.277
+++ h8300.c	17 Feb 2004 23:49:19 -0000
@@ -891,8 +891,6 @@
 
 /* Recognize valid operands for bit-field instructions.  */
 
-extern int rtx_equal_function_value_matters;
-
 int
 bit_operand (rtx op, enum machine_mode mode)
 {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]