Change global-alloc.c to global.c.

From-SVN: r2537
This commit is contained in:
Jim Wilson 1992-10-20 14:15:03 -07:00
parent c0524a3483
commit cfb2c0b179
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;