diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2007-06-13 02:27:04 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-06-13 02:27:04 +0000 |
commit | 0d52bcc19e63766de745d046844e8f2c12c89536 (patch) | |
tree | 53bc6532998c58f2c87be78479fff08b511afc9a /gcc/tree-vect-transform.c | |
parent | ebca1de4384a5c5c563f0d3337999886b01f0f7e (diff) | |
download | gcc-0d52bcc19e63766de745d046844e8f2c12c89536.zip gcc-0d52bcc19e63766de745d046844e8f2c12c89536.tar.gz gcc-0d52bcc19e63766de745d046844e8f2c12c89536.tar.bz2 |
auto-inc-dec.c, [...]: Fix comment typos.
* auto-inc-dec.c, c-incpath.c, config/c4x/libgcc.S,
config/sh/divcost-analysis, dbgcnt.def, df-core.c,
df-problems.c, df-scan.c, df.h, dominance.c, dse.c, regstat.c,
tree-data-ref.c, tree-ssa-loop-im.c, tree-ssa-loop-prefetch.c,
tree-vect-transform.c: Fix comment typos. Follow spelling
conventions.
From-SVN: r125666
Diffstat (limited to 'gcc/tree-vect-transform.c')
-rw-r--r-- | gcc/tree-vect-transform.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-vect-transform.c b/gcc/tree-vect-transform.c index 00e55ed..477fc88 100644 --- a/gcc/tree-vect-transform.c +++ b/gcc/tree-vect-transform.c @@ -188,7 +188,7 @@ vect_estimate_min_profitable_iters (loop_vec_info loop_vinfo) "prologue peel iters set conservatively."); /* If peeling for alignment is unknown, loop bound of main loop becomes - unkown. */ + unknown. */ peel_iters_epilogue = vf - 1; if (vect_print_dump_info (REPORT_DETAILS)) fprintf (vect_dump, "cost model: " @@ -270,7 +270,7 @@ vect_estimate_min_profitable_iters (loop_vec_info loop_vinfo) /* TODO: Close dependency between vect_model_*_cost and vectorizable_* - functions. Design better to avoid maintainence issues. */ + functions. Design better to avoid maintenance issues. */ /* Function vect_model_reduction_cost. @@ -526,7 +526,7 @@ vect_model_load_cost (stmt_vec_info stmt_info, int ncopies) /* Unaligned software pipeline has a load of an address, an initial load, and possibly a mask operation to "prime" the loop. However, if this is an access in a group of loads, which provide strided - acccess, then the above cost should only be considered for one + access, then the above cost should only be considered for one access in the group. Inside the loop, there is a load op and a realignment op. */ |