diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-10-20 14:15:03 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-10-20 14:15:03 -0700 |
commit | cfb2c0b17949ca448cae839982bf7f238404271b (patch) | |
tree | 19ee1ef5cbee7d22a4e2144ae0c40405aee1fa5c | |
parent | c0524a3483948f25fd308aaeea003e07e3b562e7 (diff) | |
download | gcc-cfb2c0b17949ca448cae839982bf7f238404271b.zip gcc-cfb2c0b17949ca448cae839982bf7f238404271b.tar.gz gcc-cfb2c0b17949ca448cae839982bf7f238404271b.tar.bz2 |
Change global-alloc.c to global.c.
From-SVN: r2537
-rw-r--r-- | gcc/flow.c | 2 | ||||
-rw-r--r-- | gcc/regs.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -201,7 +201,7 @@ 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. */ int *reg_live_length; @@ -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; |