extend.texi (optimize attribute): Fix typo.

2011-07-14  Matthias Klose <doko@ubuntu.com>

        * doc/extend.texi (optimize attribute): Fix typo.

From-SVN: r176268
This commit is contained in:
Matthias Klose 2011-07-14 11:41:31 +00:00 committed by Matthias Klose
parent bd5d002e99
commit 73059910bc
2 changed files with 5 additions and 1 deletions

View 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.

View 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.