]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
array-notation-common.c (cilkplus_extract_an_trplets): Fix indentation and formatting.
authorNathan Sidwell <nathan@acm.org>
Tue, 22 Nov 2016 20:12:46 +0000 (20:12 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 22 Nov 2016 20:12:46 +0000 (20:12 +0000)
* array-notation-common.c (cilkplus_extract_an_trplets): Fix
indentation and formatting.

From-SVN: r242721

gcc/c-family/ChangeLog
gcc/c-family/array-notation-common.c

index 7383fd4498b39325ad90c602cf3c9a4f4ef31b11..d0d4417225ad7fb6b2b997bad6964788db887206 100644 (file)
@@ -1,7 +1,7 @@
 2016-11-22  Nathan Sidwell  <nathan@acm.org>
 
        * array-notation-common.c (cilkplus_extract_an_trplets): Fix
-       indentation.
+       indentation and formatting.
 
 2016-11-21  Martin Sebor  <msebor@redhat.com>
 
index 8818ed720aa2c5c1893fda32af0c2b6d570d2d78..3ae3d17063060daaf4f9b684dcbc0ccfcd27bb98 100644 (file)
@@ -629,12 +629,12 @@ cilkplus_extract_an_triplets (vec<tree, va_gc> *list, size_t size, size_t rank,
          (*node)[ii][jj].is_vector = true;
          (*node)[ii][jj].value = ARRAY_NOTATION_ARRAY (ii_tree);
          (*node)[ii][jj].start = ARRAY_NOTATION_START (ii_tree);
-         (*node)[ii][jj].length =
-           fold_build1 (CONVERT_EXPR, integer_type_node,
-                        ARRAY_NOTATION_LENGTH (ii_tree));
-         (*node)[ii][jj].stride =
-           fold_build1 (CONVERT_EXPR, integer_type_node,
-                        ARRAY_NOTATION_STRIDE (ii_tree));
+         (*node)[ii][jj].length
+           fold_build1 (CONVERT_EXPR, integer_type_node,
+                          ARRAY_NOTATION_LENGTH (ii_tree));
+         (*node)[ii][jj].stride
+           fold_build1 (CONVERT_EXPR, integer_type_node,
+                          ARRAY_NOTATION_STRIDE (ii_tree));
        }
 
   release_vec_vec (array_exprs);