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]

A prototype patrch for regclass.c


Hi,

Here is a small patch.

-- 
H.J. Lu (hjl@gnu.org)
--
Sun Nov 15 09:18:08 1998  H.J. Lu  (hjl@gnu.org)

	* regclass.c (init_reg_sets_1): Add prototype.
	(init_reg_modes): Likewise.

Index: regclass.c
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/regclass.c,v
retrieving revision 1.1.1.34
diff -u -r1.1.1.34 regclass.c
--- regclass.c	1998/11/14 03:48:07	1.1.1.34
+++ regclass.c	1998/11/15 17:16:43
@@ -41,6 +41,9 @@
 #define REGISTER_MOVE_COST(x, y) 2
 #endif
 
+static void init_reg_sets_1	PROTO((void));
+static void init_reg_modes	PROTO((void));
+
 /* If we have auto-increment or auto-decrement and we can have secondary
    reloads, we are not allowed to use classes requiring secondary
    reloads for pseudos auto-incremented since reload can't handle it.  */


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