diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-21 23:22:03 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-21 23:22:03 +0000 |
commit | 12b4a30c8197b18f18745581b01adfd859c2494b (patch) | |
tree | 3afc5ae72c20e24193b5d74f004451e571ced336 /gcc/invoke.texi | |
parent | 26124181f97a106073e1a533180eead0439d0522 (diff) | |
download | gcc-12b4a30c8197b18f18745581b01adfd859c2494b.tar.gz |
Minor tweak to PA scheduling stuff.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18742 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r-- | gcc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 248bc34355d..0e853e49983 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -4772,7 +4772,7 @@ Enable the use of assembler directives only GAS understands. @item -mschedule=@var{cpu type} Schedule code according to the constraints for the machine type @var{cpu type}. The choices for @var{cpu type} are @samp{700} for -7@var{n}0 machines, @samp{7100} for 7@var{n}5 machines, and @samp{7100} +7@var{n}0 machines, @samp{7100} for 7@var{n}5 machines, and @samp{7100LC} for 7@var{n}2 machines. @samp{7100} is the default for @var{cpu type}. Note the @samp{7100LC} scheduling information is incomplete and using |