aboutsummaryrefslogtreecommitdiff
path: root/gcc/regs.h
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1992-10-20 14:15:03 -0700
committerJim Wilson <wilson@gcc.gnu.org>1992-10-20 14:15:03 -0700
commitcfb2c0b17949ca448cae839982bf7f238404271b (patch)
tree19ee1ef5cbee7d22a4e2144ae0c40405aee1fa5c /gcc/regs.h
parentc0524a3483948f25fd308aaeea003e07e3b562e7 (diff)
downloadgcc-cfb2c0b17949ca448cae839982bf7f238404271b.zip
gcc-cfb2c0b17949ca448cae839982bf7f238404271b.tar.gz
gcc-cfb2c0b17949ca448cae839982bf7f238404271b.tar.bz2
Change global-alloc.c to global.c.
From-SVN: r2537
Diffstat (limited to 'gcc/regs.h')
-rw-r--r--gcc/regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regs.h b/gcc/regs.h
index 1a74dde..31158e7 100644
--- a/gcc/regs.h
+++ b/gcc/regs.h
@@ -84,7 +84,7 @@ extern int *reg_n_calls_crossed;
-1 is used to mark a pseudo reg which has a constant or memory equivalent
and is used infrequently enough that it should not get a hard register.
-2 is used to mark a pseudo reg for a parameter, when a frame pointer
- is not required. global-alloc.c makes an allocno for this but does
+ is not required. global.c makes an allocno for this but does
not try to assign a hard register to it. */
extern int *reg_live_length;