aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-analyze.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-08 13:57:01 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-08 13:57:01 +0000
commit6c6cfbfd5260f774b0517aa3d6d0cc97ea5f81e6 (patch)
treeda9ac66b4af709e8201b3825f6c026442ea0df6f /gcc/tree-vect-analyze.c
parentbe93246638ed4c4096002388883aabebea74cc5a (diff)
downloadgcc-6c6cfbfd5260f774b0517aa3d6d0cc97ea5f81e6.zip
gcc-6c6cfbfd5260f774b0517aa3d6d0cc97ea5f81e6.tar.gz
gcc-6c6cfbfd5260f774b0517aa3d6d0cc97ea5f81e6.tar.bz2
c-common.c, [...]: Fix comment formatting.
* c-common.c, c-opts.c, combine.c, cse.c, dojump.c, gimplify.c, tree-dfa.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-sink.c, tree-vect-analyze.c, tree.def, tree.h: Fix comment formatting. From-SVN: r96104
Diffstat (limited to 'gcc/tree-vect-analyze.c')
-rw-r--r--gcc/tree-vect-analyze.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-vect-analyze.c b/gcc/tree-vect-analyze.c
index 3744504..5a66a31 100644
--- a/gcc/tree-vect-analyze.c
+++ b/gcc/tree-vect-analyze.c
@@ -1699,7 +1699,7 @@ vect_object_analysis (tree memref, tree stmt, bool is_read,
return NULL_TREE;
/* Part 2: Combine the results of object and address analysis to calculate
- INITIAL_OFFSET, STEP and misalignment info. */
+ INITIAL_OFFSET, STEP and misalignment info. */
*offset = size_binop (PLUS_EXPR, object_offset, address_offset);
if (object_misalign && address_misalign)
*misalign = size_binop (PLUS_EXPR, object_misalign, address_misalign);