From: David Wohlferd Date: Wed, 11 Feb 2015 02:12:50 +0000 (+0000) Subject: extend.texi (Loop-Specific Pragmas): Fix grammar error. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78f76f2f242c8fd9b92752e099a17ef4d66aa4f8;p=gcc.git extend.texi (Loop-Specific Pragmas): Fix grammar error. 2015-02-10 David Wohlferd Sandra Loosemore gcc/ * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error. Co-Authored-By: Sandra Loosemore From-SVN: r220604 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 324c48d0e25..f3ff9e22cd7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-02-10 David Wohlferd + Sandra Loosemore + + * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error. + 2015-02-10 David Wohlferd * doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 8d4e07d9080..b06661ef7c5 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -17912,8 +17912,8 @@ versions earlier than 4.4. @end table With this pragma, the programmer asserts that there are no loop-carried -dependencies which would prevent that consecutive iterations of -the following loop can be executed concurrently with SIMD +dependencies which would prevent consecutive iterations of +the following loop from executing concurrently with SIMD (single instruction multiple data) instructions. For example, the compiler can only unconditionally vectorize the following