From: Richard Kenner Date: Mon, 1 Jan 1996 23:52:39 +0000 (-0500) Subject: (reg_allocno): No longer static. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f7627ef46dd4024a551493e12a6a65ea2b97c16d;p=gcc.git (reg_allocno): No longer static. From-SVN: r10931 --- 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. */