(reg_allocno): No longer static.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 1 Jan 1996 23:52:39 +0000 (18:52 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 1 Jan 1996 23:52:39 +0000 (18:52 -0500)
From-SVN: r10931

gcc/global.c

index 78da99b99a8e6300a1b684b54d42e111ca6c85ae..534c36c65a232e62f5cecd59d0029190c47818d3 100644 (file)
@@ -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.  */