OSDN Git Service

Change global-alloc.c to global.c.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Oct 1992 21:15:03 +0000 (21:15 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Oct 1992 21:15:03 +0000 (21:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2537 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/flow.c
gcc/regs.h

index 717865e..3e6f58d 100644 (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;
index 1a74dde..31158e7 100644 (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;