summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1992-10-20 21:15:03 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1992-10-20 21:15:03 +0000
commit21430490887665af4f9f249eba2170345d6d772a (patch)
tree19ee1ef5cbee7d22a4e2144ae0c40405aee1fa5c
parentc8edf8d49005eaa0344ae2ba325b1ad56dfc1327 (diff)
downloadgcc-21430490887665af4f9f249eba2170345d6d772a.tar.gz
Change global-alloc.c to global.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2537 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/flow.c2
-rw-r--r--gcc/regs.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 717865e76ba..3e6f58d673c 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -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;
diff --git a/gcc/regs.h b/gcc/regs.h
index 1a74ddef5b1..31158e728f3 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;