aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2017-05-31 16:07:59 +0200
committerMartin Liska <marxin@gcc.gnu.org>2017-05-31 14:07:59 +0000
commit67b8dbacf69243ffc6ac999fd4928af83fbf6c04 (patch)
treee8e896d4ee4c94a5ffbe6329785b64041ffeeb4d /gcc/tree-vectorizer.h
parent892c1fcec6dbb4d552c072bda50fef8b6418fdc1 (diff)
downloadgcc-67b8dbacf69243ffc6ac999fd4928af83fbf6c04.zip
gcc-67b8dbacf69243ffc6ac999fd4928af83fbf6c04.tar.gz
gcc-67b8dbacf69243ffc6ac999fd4928af83fbf6c04.tar.bz2
Change comment style to one we normally use.
2017-05-31 Martin Liska <mliska@suse.cz> * tree-vect-loop.c (vect_create_epilog_for_reduction): Change comment style to one we normally use. (vectorizable_reduction): Likewise. (vectorizable_induction): Likewise. * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise. (vectorizable_call): Likewise. (vectorizable_simd_clone_call): Likewise. (vectorizable_conversion): Likewise. (vectorizable_assignment): Likewise. (vectorizable_shift): Likewise. (vectorizable_operation): Likewise. (vectorizable_store): Likewise. (vectorizable_load): Likewise. * tree-vectorizer.h: Likewise. From-SVN: r248740
Diffstat (limited to 'gcc/tree-vectorizer.h')
-rw-r--r--gcc/tree-vectorizer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-vectorizer.h b/gcc/tree-vectorizer.h
index a7f5c6e..df8da9e 100644
--- a/gcc/tree-vectorizer.h
+++ b/gcc/tree-vectorizer.h
@@ -544,9 +544,9 @@ typedef struct _stmt_vec_info {
gimple *vectorized_stmt;
- /** The following is relevant only for stmts that contain a non-scalar
+ /* The following is relevant only for stmts that contain a non-scalar
data-ref (array/pointer/struct access). A GIMPLE stmt is expected to have
- at most one such data-ref. **/
+ at most one such data-ref. */
/* Information about the data-ref (access function, etc),
relative to the inner-most containing loop. */