Commit cacd29be by Nathan Sidwell Committed by Nathan Sidwell

array-notation-common.c (cilkplus_extract_an_trplets): Fix indentation and formatting.

	* array-notation-common.c (cilkplus_extract_an_trplets): Fix
	indentation and formatting.

From-SVN: r242721
parent 730c9e75
2016-11-22 Nathan Sidwell <nathan@acm.org> 2016-11-22 Nathan Sidwell <nathan@acm.org>
* array-notation-common.c (cilkplus_extract_an_trplets): Fix * array-notation-common.c (cilkplus_extract_an_trplets): Fix
indentation. indentation and formatting.
2016-11-21 Martin Sebor <msebor@redhat.com> 2016-11-21 Martin Sebor <msebor@redhat.com>
......
...@@ -629,12 +629,12 @@ cilkplus_extract_an_triplets (vec<tree, va_gc> *list, size_t size, size_t rank, ...@@ -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].is_vector = true;
(*node)[ii][jj].value = ARRAY_NOTATION_ARRAY (ii_tree); (*node)[ii][jj].value = ARRAY_NOTATION_ARRAY (ii_tree);
(*node)[ii][jj].start = ARRAY_NOTATION_START (ii_tree); (*node)[ii][jj].start = ARRAY_NOTATION_START (ii_tree);
(*node)[ii][jj].length = (*node)[ii][jj].length
fold_build1 (CONVERT_EXPR, integer_type_node, = fold_build1 (CONVERT_EXPR, integer_type_node,
ARRAY_NOTATION_LENGTH (ii_tree)); ARRAY_NOTATION_LENGTH (ii_tree));
(*node)[ii][jj].stride = (*node)[ii][jj].stride
fold_build1 (CONVERT_EXPR, integer_type_node, = fold_build1 (CONVERT_EXPR, integer_type_node,
ARRAY_NOTATION_STRIDE (ii_tree)); ARRAY_NOTATION_STRIDE (ii_tree));
} }
release_vec_vec (array_exprs); release_vec_vec (array_exprs);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment