This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] h8300.c: Remove extern of rtx_equal_function_value_matters.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 17 Feb 2004 19:06:55 -0500 (EST)
- Subject: [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)
{