Commit cfb2c0b1 by Jim Wilson

Change global-alloc.c to global.c.

From-SVN: r2537
parent c0524a34
...@@ -201,7 +201,7 @@ int *reg_n_calls_crossed; ...@@ -201,7 +201,7 @@ int *reg_n_calls_crossed;
-1 is used to mark a pseudo reg which has a constant or memory equivalent -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. 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 -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. */ not try to assign a hard register to it. */
int *reg_live_length; int *reg_live_length;
......
...@@ -84,7 +84,7 @@ extern int *reg_n_calls_crossed; ...@@ -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 -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. 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 -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. */ not try to assign a hard register to it. */
extern int *reg_live_length; extern int *reg_live_length;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment