diff options
author | Jan Hubicka <jh@suse.cz> | 2004-01-06 19:26:12 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2004-01-06 18:26:12 +0000 |
commit | 0aaae060e16d2ed5979ba0d0004114e6bafe8d13 (patch) | |
tree | d592f5f82527987b5c2246934ba7de805943fa25 | |
parent | 68f14fb08aa9b46935fdc9aa3ae771ac9387f107 (diff) | |
download | gcc-0aaae060e16d2ed5979ba0d0004114e6bafe8d13.zip gcc-0aaae060e16d2ed5979ba0d0004114e6bafe8d13.tar.gz gcc-0aaae060e16d2ed5979ba0d0004114e6bafe8d13.tar.bz2 |
* invoke.texi: Remove typo in last change.
From-SVN: r75479
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 594bd19..8ff3143 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2004-01-06 Jan Hubicka <jh@suse.cz> + * invoke.texi: Remove typo in last change. + PR target/10301 * config.gcc: Accept opteron and athlon-64 as variants of k8. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5c46d14..b57ccd9 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8134,7 +8134,7 @@ implemented for this chip.) @item c3-2 Via C3-2 CPU with MMX and SSE instruction set support. (No scheduling is implemented for this chip.) -@end table. +@end table While picking a specific @var{cpu-type} will schedule things appropriately for that particular chip, the compiler will not generate any code that |