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