extend.texi (Loop-Specific Pragmas): Fix grammar error.

2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
	    Sandra Loosemore  <sandra@codesourcery.com>

	gcc/
	* doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.

Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com>

From-SVN: r220604
This commit is contained in:
David Wohlferd 2015-02-11 02:12:50 +00:00 committed by Sandra Loosemore
parent c09d690157
commit 78f76f2f24
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
Sandra Loosemore <sandra@codesourcery.com>
* doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
* doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly

View file

@ -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