From f7627ef46dd4024a551493e12a6a65ea2b97c16d Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 1 Jan 1996 18:52:39 -0500 Subject: [PATCH] (reg_allocno): No longer static. From-SVN: r10931 --- gcc/global.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/global.c b/gcc/global.c index 78da99b99a8..534c36c65a2 100644 --- a/gcc/global.c +++ b/gcc/global.c @@ -1,5 +1,5 @@ /* Allocate registers for pseudo-registers that span basic blocks. - Copyright (C) 1987, 1988, 1991, 1994 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1991, 1994, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -75,7 +75,7 @@ static int max_allocno; /* Indexed by (pseudo) reg number, gives the allocno, or -1 for pseudo registers already allocated by local_allocate. */ -static int *reg_allocno; +int *reg_allocno; /* Indexed by allocno, gives the reg number. */ -- 2.30.2