extend.texi (Loop-Specific Pragmas): Fix grammar error.
authorDavid Wohlferd <dw@LimeGreenSocks.com>
Wed, 11 Feb 2015 02:12:50 +0000 (02:12 +0000)
committerSandra Loosemore <sandra@gcc.gnu.org>
Wed, 11 Feb 2015 02:12:50 +0000 (21:12 -0500)
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

gcc/ChangeLog
gcc/doc/extend.texi

index 324c48d0e2551704de4142da2402827359b04ed6..f3ff9e22cd7c8b2ab52d11b288899d9840a9bd56 100644 (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
index 8d4e07d9080b13986d6f7fe93dde6c9d9ce524e1..b06661ef7c50f66471528f1651a9d0005ee6b0d9 100644 (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