OSDN Git Service

2011-07-14 Matthias Klose <doko@ubuntu.com>
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Jul 2011 11:41:31 +0000 (11:41 +0000)
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Jul 2011 11:41:31 +0000 (11:41 +0000)
        * doc/extend.texi (optimize attribute): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176268 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/extend.texi

index 9c5fed6..9e25844 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-14  Matthias Klose <doko@ubuntu.com>
+
+       * doc/extend.texi (optimize attribute): Fix typo.
+
 2011-07-14  Richard Guenther  <rguenther@suse.de>
 
        * gimplify.c (gimplify_expr): Only do required conversions.
index 1817f51..b096148 100644 (file)
@@ -3594,7 +3594,7 @@ away so that a longer more expensive calling sequence is required.
 @item cpu=@var{CPU}
 @cindex @code{target("cpu=@var{CPU}")} attribute
 Specify the architecture to generate code for when compiling the
-function.  If you select the @code{"target("cpu=power7)"} attribute when
+function.  If you select the @code{"target("cpu=power7")} attribute when
 generating 32-bit code, VSX and Altivec instructions are not generated
 unless you use the @option{-mabi=altivec} option on the command line.