diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-03-21 16:22:03 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-03-21 16:22:03 -0700 |
commit | 9dbb90b393cdecdaa31297eea0b0c6c57232bd9f (patch) | |
tree | 3afc5ae72c20e24193b5d74f004451e571ced336 | |
parent | b1d16193ed52b3442170c90ae44cec55958b768e (diff) | |
download | gcc-9dbb90b393cdecdaa31297eea0b0c6c57232bd9f.zip gcc-9dbb90b393cdecdaa31297eea0b0c6c57232bd9f.tar.gz gcc-9dbb90b393cdecdaa31297eea0b0c6c57232bd9f.tar.bz2 |
Minor tweak to PA scheduling stuff.
From-SVN: r18742
-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 248bc34..0e853e4 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 |