From 24deb20af90e66d879221e5f360d86130180181e Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 19 Nov 1998 19:58:23 +0000 Subject: regclass.c (init_reg_sets_1): Add prototype. * regclass.c (init_reg_sets_1): Add prototype. (init_reg_modes): Likewise. From-SVN: r23724 --- gcc/regclass.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/regclass.c') diff --git a/gcc/regclass.c b/gcc/regclass.c index 8b5f158..1788c3d 100644 --- a/gcc/regclass.c +++ b/gcc/regclass.c @@ -41,6 +41,9 @@ Boston, MA 02111-1307, USA. */ #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. */ -- cgit v1.1