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 7383fd4..d0d4417 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 8818ed7..3ae3d17 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);