This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CFT: ppc opt support


>    The second "@itemx -mno-isel" should be "@itemx -mno-spe".

Thanks.  I am committing the patch below to both trunk and 4.2 branch.

Aldy

        * doc/invoke.texi: Fix mno-isel typo.

Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi     (revision 118968)
+++ doc/invoke.texi     (working copy)
@@ -11497,7 +11497,7 @@ This switch has been deprecated.  Use @o
 @option{-mno-isel} instead.

 @item -mspe
-@itemx -mno-isel
+@itemx -mno-spe
 @opindex mspe
 @opindex mno-spe
 This switch enables or disables the generation of SPE simd


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]