diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2004-03-22 17:06:17 -0500 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2004-03-22 17:06:17 -0500 |
commit | 0483ab6e78b8bb2debccc12a3eecda0a2ccd093a (patch) | |
tree | af17a61e187b5232fe1fcceb610a8e9c0ce0ab3b /gcc/ChangeLog | |
parent | f72c6b5641b49f46469f7c8fc276f54468155b14 (diff) | |
download | gcc-0483ab6e78b8bb2debccc12a3eecda0a2ccd093a.tar.gz |
fix typo.
From-SVN: r79840
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7944ad02828..150c632322d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,7 +6,7 @@ (MAX_RGN_BLOCKS): Delete. (MAX_RGN_INSNS): Delete. (too_large): Return bool. Convert to PARAM_VALUE. - * Makefile.in (sched-rgn): Depend on $(PARAMS_H). + * Makefile.in (sched-rgn.o): Depend on $(PARAMS_H). * doc/invoke.texi (param): Document max-sched-region-blocks and max-sched-region-insns. |