aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 717865e..3e6f58d 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 1a74dde..31158e7 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;