diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/global.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fb4b3a8..b17ccd3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 4 01:48:08 1999 Jim Kingdon <http://developer.redhat.com> + + * global.c: Fix comment. + Wed Aug 4 01:43:01 1999 Ian Lance Taylor <ian@zembu.com> * gcc.c (access_check): New static function. diff --git a/gcc/global.c b/gcc/global.c index 9649b6e..3a98f59 100644 --- a/gcc/global.c +++ b/gcc/global.c @@ -1761,7 +1761,7 @@ build_insn_chain (first) *p = 0; } -/* Print debugging trace information if -greg switch is given, +/* Print debugging trace information if -dg switch is given, showing the information on which the allocation decisions are based. */ static void |
