summaryrefslogtreecommitdiff
path: root/gcc/flow.c
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 /gcc/flow.c
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
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c2
1 files changed, 1 insertions, 1 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;